From dd7f8a3a6fa754821dd1aa76e7a7e47a6da4d415 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 15 Jan 2017 10:12:49 -0800 Subject: [PATCH] Tiny docstring tweak for #2390 --- beets/dbcore/db.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/beets/dbcore/db.py b/beets/dbcore/db.py index edd611928..6b0ed8b43 100755 --- a/beets/dbcore/db.py +++ b/beets/dbcore/db.py @@ -738,9 +738,11 @@ class Database(object): return conn def _create_connection(self): - """Create a SQLite connection to the underlying database. Makes - a new connection every time. If you need to add custom functions - to each connection, override this method. + """Create a SQLite connection to the underlying database. + + Makes a new connection every time. If you need to configure the + connection settings (e.g., add custom functions), override this + method. """ # Make a new connection. The `sqlite3` module can't use # bytestring paths here on Python 3, so we need to