Typo: afinity → affinity

This commit is contained in:
Guilherme Danno 2015-05-10 16:02:23 -03:00
parent e789b3b94c
commit 403f7e1ba5

View file

@ -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.
"""