Skip to content

Commit 8fda359

Browse files
committed
Issue #15401: Fix typo in inspect.getclosurevars docstring.
1 parent c5963d3 commit 8fda359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def getclosurevars(func):
10501050
"""
10511051
Get the mapping of free variables to their current values.
10521052
1053-
Returns a named tuple of dics mapping the current nonlocal, global
1053+
Returns a named tuple of dicts mapping the current nonlocal, global
10541054
and builtin references as seen by the body of the function. A final
10551055
set of unbound names that could not be resolved is also provided.
10561056
"""

0 commit comments

Comments
 (0)