From dfa9811f21b1fb81aa595384fcb3e58fc6f6805f Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Mon, 18 Mar 2019 08:22:29 +0100 Subject: Fixed test --- src/tests/documentation.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/tests/documentation.py') 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(cls)`` -------------------------------------------- -- cgit v1.2.1