]> granicus.if.org Git - python/commitdiff
Add spaces to follow PEP8.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Oct 2012 15:38:30 +0000 (18:38 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Oct 2012 15:38:30 +0000 (18:38 +0300)
Lib/shelve.py

index cfb6863d0435e7c53ea69c91f193ecef14bd185f..cef580e5cdca8a7f81d3c8a88a9415ce77ab087f 100644 (file)
@@ -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.'