]> granicus.if.org Git - python/commitdiff
Fix wrapper/wrapped typo (with Raymond’s blessing)
authorÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 06:33:03 +0000 (06:33 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 06:33:03 +0000 (06:33 +0000)
Doc/library/functools.rst

index a6e23822f03d52cea6ad1ef37e63217806187ca5..8e97c5409ddfdcd864b8a44fdd30765da0f46527 100644 (file)
@@ -150,7 +150,7 @@ The :mod:`functools` module defines the following functions:
 
    To allow access to the original function for introspection and other purposes
    (e.g. bypassing a caching decorator such as :func:`lru_cache`), this function
-   automatically adds a __wrapped__ attribute to the the wrapped that refers to
+   automatically adds a __wrapped__ attribute to the wrapper that refers to
    the original function.
 
    The main intended use for this function is in :term:`decorator` functions which