summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index f9fb43c..9bfe5b6 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -602,15 +602,6 @@ where ``restricted`` is a decorator factory defined as follows
% (self.user, func.__name__))
```
-By passing arguments to the decorator factory one gets Decorator objects
-which are callables taking in input a function:
-
-```python
->>> restricted(User)
-<Decorator restricted(<class '__main__.User'>,)>
-
-```
-
``decorator(cls)``
--------------------------------------------