[Python-checkins] cpython: Add spaces to follow PEP8.

andrew.svetlov python-checkins at python.org
Sat Oct 6 17:38:39 CEST 2012


http://hg.python.org/cpython/rev/6ae0e2fb1bcb
changeset:   79525:6ae0e2fb1bcb
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Sat Oct 06 18:38:30 2012 +0300
summary:
  Add spaces to follow PEP8.

files:
  Lib/shelve.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/shelve.py b/Lib/shelve.py
--- 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.'

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list