mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Whitespace normalization.
This commit is contained in:
parent
0822ff7cca
commit
0eadaac7dc
39 changed files with 127 additions and 144 deletions
|
@ -15,7 +15,7 @@ object):
|
|||
|
||||
d[key] = data # store data at key (overwrites old data if
|
||||
# using an existing key)
|
||||
data = d[key] # retrieve a COPY of the data at key (raise
|
||||
data = d[key] # retrieve a COPY of the data at key (raise
|
||||
# KeyError if no such key) -- NOTE that this
|
||||
# access returns a *copy* of the entry!
|
||||
del d[key] # delete data stored at key (raises KeyError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue