summaryrefslogtreecommitdiff
path: root/src/tests/documentation.py
diff options
context:
space:
mode:
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.