summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-09-11 07:28:40 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-09-11 07:28:40 +0200
commit2605fbb11a023d103277b18525f2f44bb9743729 (patch)
treeaa8a9a86e753c754d4c45ef24188ef5f57ad95f8
parenta159961aa32b876d313b8db8f23a1dba0fca4438 (diff)
downloadpython-decorator-git-2605fbb11a023d103277b18525f2f44bb9743729.tar.gz
Fixed misprint in the docs
-rw-r--r--src/tests/documentation.py2
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: