From ed0319b930b4f483f18a7033a8bcd5f63bac96ff Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 2 Apr 2021 08:08:47 +0200 Subject: Updated the docs --- src/tests/documentation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 73d7e2e..ce3ae08 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -1150,8 +1150,8 @@ penalty in your specific use case is to measure it. In the present implementation, decorators generated by ``decorator`` can only be used on user-defined Python functions, methods or coroutines. I have no interest in decorating generic callable objects. If you want to -decorate things like classmethods/staticmethods and general callables -(which I will never support in the decorator module) I suggest you +decorate things like classmethods/staticmethods and general callables - +which I will never support in the decorator module - I suggest you to look at the [wrapt](https://wrapt.readthedocs.io/en/latest/) project by Graeme Dumpleton. -- cgit v1.2.1