[Python-checkins] r52449 - python/trunk/Lib/functools.py

andrew.kuchling python-checkins at python.org
Thu Oct 26 21:16:47 CEST 2006


Author: andrew.kuchling
Date: Thu Oct 26 21:16:46 2006
New Revision: 52449

Modified:
   python/trunk/Lib/functools.py
Log:
Typo fix

Modified: python/trunk/Lib/functools.py
==============================================================================
--- python/trunk/Lib/functools.py	(original)
+++ python/trunk/Lib/functools.py	Thu Oct 26 21:16:46 2006
@@ -25,7 +25,7 @@
        assigned is a tuple naming the attributes assigned directly
        from the wrapped function to the wrapper function (defaults to
        functools.WRAPPER_ASSIGNMENTS)
-       updated is a tuple naming the attributes off the wrapper that
+       updated is a tuple naming the attributes of the wrapper that
        are updated with the corresponding attribute from the wrapped
        function (defaults to functools.WRAPPER_UPDATES)
     """


More information about the Python-checkins mailing list