From 621427fa636050bfd96b3e388ab24aff8a061c79 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 18 Apr 2017 10:31:09 -0400 Subject: [PATCH] Reformat a docstring --- beets/dbcore/db.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beets/dbcore/db.py b/beets/dbcore/db.py index c9f1f72a9..058b52ff5 100755 --- a/beets/dbcore/db.py +++ b/beets/dbcore/db.py @@ -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. """