summaryrefslogtreecommitdiff
path: root/decorator/documentation3.py
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/documentation3.py')
-rw-r--r--decorator/documentation3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decorator/documentation3.py b/decorator/documentation3.py
index 94641ab..8e3c95d 100644
--- a/decorator/documentation3.py
+++ b/decorator/documentation3.py
@@ -486,7 +486,7 @@ $$identity_dec
<BLANKLINE>
(see bug report 1764286_ for an explanation of what is happening).
-Unfortunately the bug is still there, even in Python 2.6 and 3.0.
+Unfortunately the bug is still there, even in Python 2.7 and 3.1.
There is however a workaround. The decorator module adds an
attribute ``.undecorated`` to the decorated function, containing
a reference to the original function. The easy way to get