]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 26 Oct 2006 19:16:46 +0000 (19:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 26 Oct 2006 19:16:46 +0000 (19:16 +0000)
Lib/functools.py

index 8783f08488e181715d98a1f514db577180c167f5..1fafb0199a8843ebf8526770adf42494dcd8cad0 100644 (file)
@@ -25,7 +25,7 @@ def update_wrapper(wrapper,
        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)
     """