diff options
Diffstat (limited to 'Lib/functools.py')
-rw-r--r-- | Lib/functools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/functools.py b/Lib/functools.py index 5aa30e3..4935c9f 100644 --- a/Lib/functools.py +++ b/Lib/functools.py @@ -23,4 +23,4 @@ __all__ = [ # The wraps function makes it easy to avoid the bug that afflicts the # decorator example in the python-dev email proposing the # update_wrapper function: -# http://mail.python.org/pipermail/python-dev/2006-May/064775.html
\ No newline at end of file +# http://mail.python.org/pipermail/python-dev/2006-May/064775.html |