Renamed Sqlite and Sqlite3 references to SQLite.

This commit is contained in:
Nick Pope 2018-12-22 23:11:36 +00:00 committed by Tim Graham
parent 7534e43497
commit e626a3f993
6 changed files with 8 additions and 9 deletions

View file

@ -3403,7 +3403,7 @@ by the aggregate.
.. admonition:: SQLite
SQLite doesn't provide ``StdDev`` out of the box. An implementation
is available as an extension module for SQLite. Consult the `SQlite
is available as an extension module for SQLite. Consult the `SQLite
documentation`_ for instructions on obtaining and installing this
extension.
@ -3437,7 +3437,7 @@ by the aggregate.
.. admonition:: SQLite
SQLite doesn't provide ``Variance`` out of the box. An implementation
is available as an extension module for SQLite. Consult the `SQlite
is available as an extension module for SQLite. Consult the `SQLite
documentation`_ for instructions on obtaining and installing this
extension.