We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a690fb commit 8ba03cfCopy full SHA for 8ba03cf
1 file changed
Lib/collections/__init__.py
@@ -836,9 +836,8 @@ def copy(self):
836
__copy__ = copy
837
838
def new_child(self, m=None): # like Django's Context.push()
839
- '''
840
- New ChainMap with a new map followed by all previous maps. If no
841
- map is provided, an empty dict is used.
+ '''New ChainMap with a new map followed by all previous maps.
+ If no map is provided, an empty dict is used.
842
'''
843
if m is None:
844
m = {}
0 commit comments