diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2015-03-16 16:19:10 +0100 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2015-03-16 16:19:10 +0100 |
commit | 4dbca25bb139bead4221ab19eade93cfd7ce16ea (patch) | |
tree | 1b12a77bf441212a690d97558cdd9e1de9707bb1 /documentation.py | |
parent | 50e45b33ed7a5fcda777532d5cac50dc6e9bfb67 (diff) | |
download | python-decorator-git-4dbca25bb139bead4221ab19eade93cfd7ce16ea.tar.gz |
Fixed docs
Diffstat (limited to 'documentation.py')
-rw-r--r-- | documentation.py | 3 |
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 |