Add spaces to follow PEP8.

This commit is contained in:
Andrew Svetlov 2012-10-06 18:38:30 +03:00
parent b70e8a1958
commit ac0f965fd0
1 changed files with 1 additions and 1 deletions

View 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.'