From e626a3f993fc0581a3e0770a3930ac1fc20196cb Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 22 Dec 2018 23:11:36 +0000 Subject: Renamed Sqlite and Sqlite3 references to SQLite. --- docs/ref/contrib/gis/install/spatialite.txt | 2 +- docs/ref/models/querysets.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt index 6e85a86547..1565be2c38 100644 --- a/docs/ref/contrib/gis/install/spatialite.txt +++ b/docs/ref/contrib/gis/install/spatialite.txt @@ -116,7 +116,7 @@ Homebrew -------- `Homebrew`_ handles all the SpatiaLite related packages on your behalf, -including SQLite3, SpatiaLite, PROJ, and GEOS. Install them like this:: +including SQLite, SpatiaLite, PROJ, and GEOS. Install them like this:: $ brew update $ brew install spatialite-tools diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 2f32382e1f..81a82fe7b6 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -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. -- cgit v1.3