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