Kaydet (Commit) 8fda3590 authored tarafından Meador Inge's avatar Meador Inge

Issue #15401: Fix typo in inspect.getclosurevars docstring.

üst c5963d38
...@@ -1050,7 +1050,7 @@ def getclosurevars(func): ...@@ -1050,7 +1050,7 @@ def getclosurevars(func):
""" """
Get the mapping of free variables to their current values. 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 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. set of unbound names that could not be resolved is also provided.
""" """
......
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