Skip to content

Commit d25a8b3

Browse files
committed
Fix renaming
1 parent 544090d commit d25a8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_collections_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def _f(): pass
8585
dict_items = type({}.items())
8686
## misc ##
8787
mappingproxy = type(type.__dict__)
88-
def get_framelocalsproxy():
88+
def _get_framelocalsproxy():
8989
return type(sys._getframe().f_locals)
9090
framelocalsproxy = _get_framelocalsproxy()
9191
del _get_framelocalsproxy

0 commit comments

Comments
 (0)