Browse Source

Add spaces to follow PEP8.

pull/224/head
Andrew Svetlov 13 years ago
parent
commit
ac0f965fd0
  1. 2
      Lib/shelve.py

2
Lib/shelve.py

@ -61,7 +61,7 @@ from io import BytesIO
import collections
__all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"]
__all__ = ["Shelf", "BsdDbShelf", "DbfilenameShelf", "open"]
class _ClosedDict(collections.MutableMapping):
'Marker for a closed dict. Access attempts raise a ValueError.'

Loading…
Cancel
Save