mirror of
https://github.com/beetbox/beets.git
synced 2026-02-02 05:21:45 +01:00
Reformat a docstring
This commit is contained in:
parent
e756f98845
commit
621427fa63
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue