summaryrefslogtreecommitdiff
path: root/documentation.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation.py')
-rw-r--r--documentation.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation.py b/documentation.py
index 4825fa8..9f5c111 100644
--- a/documentation.py
+++ b/documentation.py
@@ -780,8 +780,7 @@ you will get a ``NameError``:
Finally, the implementation is such that the decorated function
attribute ``.func_globals`` is a *copy* of the original function
-attribute, just as thee attribute dictionary
-of the decorated function.
+attribute, just as the attribute dictionary of the decorated function.
.. code-block:: python