mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix whitespace in comment.
This commit is contained in:
parent
1a690fb65a
commit
8ba03cf33f
1 changed files with 2 additions and 3 deletions
|
@ -836,9 +836,8 @@ class ChainMap(MutableMapping):
|
|||
__copy__ = copy
|
||||
|
||||
def new_child(self, m=None): # like Django's Context.push()
|
||||
'''
|
||||
New ChainMap with a new map followed by all previous maps. If no
|
||||
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.
|
||||
'''
|
||||
if m is None:
|
||||
m = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue