diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/documentation.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 08dc499..cafdf08 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -462,15 +462,6 @@ where ``restricted`` is a decorator factory defined as follows $$restricted -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)`` -------------------------------------------- |