mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Typo fix
This commit is contained in:
parent
acde6102c4
commit
efb57072fe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue