summaryrefslogtreecommitdiff
path: root/src/tests/documentation.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-03-31 05:57:58 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-03-31 05:57:58 +0200
commit2cad696ebb88180c02a7294985f8a81f95e90ff6 (patch)
tree9c83dd1cb181cf2ec5627bff09e796e6570d700d /src/tests/documentation.py
parentf77bcbce45deb6757ef17d06033ef00a8b85c6df (diff)
downloadpython-decorator-git-2cad696ebb88180c02a7294985f8a81f95e90ff6.tar.gz
Removed support for old Python versions
Diffstat (limited to 'src/tests/documentation.py')
-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 28369ed..efb42f2 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -1298,7 +1298,7 @@ that.
On a similar note, for old versions of the decorator module (< 4.5)
there is a restriction on argument names. For instance,
-if you have an argument cakked ``_call_`` or ``_func_``, you will get a
+if you have an argument called ``_call_`` or ``_func_``, you will get a
``NameError`` when decorating the function. This restriction has been
lifted in version 4.5.