mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #15401: Fix typo in inspect.getclosurevars docstring.
This commit is contained in:
parent
c5963d3842
commit
8fda359095
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ def getclosurevars(func):
|
|||
"""
|
||||
Get the mapping of free variables to their current values.
|
||||
|
||||
Returns a named tuple of dics mapping the current nonlocal, global
|
||||
Returns a named tuple of dicts mapping the current nonlocal, global
|
||||
and builtin references as seen by the body of the function. A final
|
||||
set of unbound names that could not be resolved is also provided.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue