diff options
Diffstat (limited to 'docs/documentation.md')
-rw-r--r-- | docs/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md index d7f282d..2c896c4 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1524,7 +1524,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: |