diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-30 02:26:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-30 02:26:46 (GMT) |
commit | 27c70598a87ca2dad013e7532ca249f1d1651eca (patch) | |
tree | f4b858a134b49cd3a27efebdbdf763cffaf5255e /Lib/functools.py | |
parent | aba19bc45fb3f0c45cb4511e2b9c1fca637fb2b3 (diff) | |
download | cpython-27c70598a87ca2dad013e7532ca249f1d1651eca.zip cpython-27c70598a87ca2dad013e7532ca249f1d1651eca.tar.gz cpython-27c70598a87ca2dad013e7532ca249f1d1651eca.tar.bz2 |
Whitespace normalization.
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 |