Kaydet (Commit) efb57072 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

üst acde6102
...@@ -25,7 +25,7 @@ def update_wrapper(wrapper, ...@@ -25,7 +25,7 @@ def update_wrapper(wrapper,
assigned is a tuple naming the attributes assigned directly assigned is a tuple naming the attributes assigned directly
from the wrapped function to the wrapper function (defaults to from the wrapped function to the wrapper function (defaults to
functools.WRAPPER_ASSIGNMENTS) 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 are updated with the corresponding attribute from the wrapped
function (defaults to functools.WRAPPER_UPDATES) function (defaults to functools.WRAPPER_UPDATES)
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment