Reformat a docstring

This commit is contained in:
Adrian Sampson 2017-04-18 10:31:09 -04:00
parent e756f98845
commit 621427fa63

View file

@ -35,10 +35,10 @@ import six
class DBAccessError(Exception):
"""The SQLite database became inaccessible.
This can happen when trying to read or write the
database when, for example, the database file
is deleted or otherwise disappears.
There is probably no way to recover from this error.
This can happen when trying to read or write the database when, for
example, the database file is deleted or otherwise disappears. There
is probably no way to recover from this error.
"""