Skip to content

Commit dcaa620

Browse files
committed
Fix function name
1 parent 1922773 commit dcaa620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/contextlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def inner(*args, **kwds):
8383
class AsyncContextDecorator(object):
8484
"A base class or mixin that enables async context managers to work as decorators."
8585

86-
def __recreate_cm(self):
86+
def _recreate_cm(self):
8787
"""Return a recreated instance of self.
8888
"""
8989
return self

0 commit comments

Comments
 (0)