From 2605fbb11a023d103277b18525f2f44bb9743729 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 11 Sep 2021 07:28:40 +0200 Subject: Fixed misprint in the docs --- src/tests/documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.1