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

Skip to content

Commit 8ba03cf

Browse files
committed
Fix whitespace in comment.
1 parent 1a690fb commit 8ba03cf

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
@@ -836,9 +836,8 @@ def copy(self):
836836
__copy__ = copy
837837

838838
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.
839+
'''New ChainMap with a new map followed by all previous maps.
840+
If no map is provided, an empty dict is used.
842841
'''
843842
if m is None:
844843
m = {}

0 commit comments

Comments
 (0)