diff options
Diffstat (limited to 'src/tests/documentation.py')
| -rw-r--r-- | src/tests/documentation.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
