mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Typo: afinity → affinity
This commit is contained in:
parent
e789b3b94c
commit
403f7e1ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue