Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 10:38:44 +0000 (12:38 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 10:38:44 +0000 (12:38 +0200)
commit3c1271142d7f8d16cea85e68460d1cbdc3581d05
tree8853020803332630c612f2e601b0f32503ea7315
parent87f3d7bb54cf2c546bde694b14c5e588fc3e7dbc
Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@.
Doc/library/sqlite3.rst