diff options
Diffstat (limited to 'src/tests/documentation.py')
-rw-r--r-- | src/tests/documentation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 506733b..85e57ad 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -1203,7 +1203,7 @@ to look at the [wrapt](https://wrapt.readthedocs.io/en/latest/) project by Graeme Dumpleton. Since version 5 the ``decorator`` module uses the ``inspect.Signature`` -object in the standard library. Unfortunaly, for legacy reasons, some +object in the standard library. Unfortunately, for legacy reasons, some applications introspect decorated functions by using low-level entities like the ``__code__`` object and not signature objects. An example will make the issue clear: |