diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2021-04-02 08:11:41 +0200 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2021-04-02 08:11:41 +0200 |
commit | 8e1c6a84beca45c73c12c60d3a2ec1fd18daeca4 (patch) | |
tree | 42562437f8a20d6c5cc3f29fb2879184f81eb3fd /docs | |
parent | ed0319b930b4f483f18a7033a8bcd5f63bac96ff (diff) | |
download | python-decorator-git-8e1c6a84beca45c73c12c60d3a2ec1fd18daeca4.tar.gz |
Fixed test5.0.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/documentation.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/documentation.md b/docs/documentation.md index ace6a08..150a10c 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -429,6 +429,7 @@ It is the ``decorator`` function: ```python >>> from decorator import decorator + ``` The ``decorator`` function can be used as a signature-changing decorator, just like ``classmethod`` and ``staticmethod``. |