Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09dadb5

Browse files
committed
merge
2 parents fcec42c + 3ada93f commit 09dadb5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lib/collections/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,8 @@ def copy(self):
892892
__copy__ = copy
893893

894894
def new_child(self, m=None): # like Django's Context.push()
895-
'''
896-
New ChainMap with a new map followed by all previous maps. If no
897-
map is provided, an empty dict is used.
895+
'''New ChainMap with a new map followed by all previous maps.
896+
If no map is provided, an empty dict is used.
898897
'''
899898
if m is None:
900899
m = {}

0 commit comments

Comments
 (0)