From efb57072feb9da7ff7870e36f0fc9272a103de80 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 26 Oct 2006 19:16:46 +0000 Subject: [PATCH] Typo fix --- Lib/functools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/functools.py b/Lib/functools.py index 8783f08488..1fafb0199a 100644 --- a/Lib/functools.py +++ b/Lib/functools.py @@ -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) """ -- 2.50.1