From 403f7e1ba5a3887cf7e6f769292769a24408e57f Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Sun, 10 May 2015 16:02:23 -0300 Subject: [PATCH] =?UTF-8?q?Typo:=20afinity=20=E2=86=92=20affinity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beets/dbcore/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/dbcore/types.py b/beets/dbcore/types.py index 90c1d7c2e..7f3b2e39e 100644 --- a/beets/dbcore/types.py +++ b/beets/dbcore/types.py @@ -96,7 +96,7 @@ class Type(object): http://www.sqlite.org/datatype3.html https://docs.python.org/2/library/sqlite3.html#sqlite-and-python-types - Flexible fields have the type afinity `TEXT`. This means the + Flexible fields have the type affinity `TEXT`. This means the `sql_value` is either a `buffer` or a `unicode` object` and the method must handle these in addition. """