commit | ac0f965fd0d33da64f42d1a7ece1a66c80c3ff52 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Oct 06 18:38:30 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Oct 06 18:38:30 2012 +0300 |
tree | 9255a174be0e643a6b4ddd692e758381af8d7416 | |
parent | b70e8a1958a15dadd4e4371427498bc11a7b8077 [diff] |
Add spaces to follow PEP8.
diff --git a/Lib/shelve.py b/Lib/shelve.py index cfb6863..cef580e 100644 --- a/Lib/shelve.py +++ b/Lib/shelve.py
@@ -61,7 +61,7 @@ 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.'