From fad5c262b967e59120bcde80f3b49e37a429721c Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 2 Apr 2021 08:07:47 +0200 Subject: Doc fix --- src/tests/documentation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/documentation.py b/src/tests/documentation.py index ce3ae08..73d7e2e 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