summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md1
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``.