diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2021-07-27 09:41:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 10:41:51 +0200 |
| commit | 1cba3207867fb168788ad6120770d0398b6b2807 (patch) | |
| tree | d5e345b7a46f90a3dc22b3d03949524d73ad197d /docs/ref/contrib/gis/tutorial.txt | |
| parent | 3d9040a50b160f8b4bb580e09f4120d4979fe29e (diff) | |
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
This also removes unnecessary comments with the previous spelling.
AP Stylebook has a short entry to advise the preferred spelling for
"en-us". "Afterwards" is preferred in British English.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index d542febf8a..d772d2e76d 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -471,7 +471,7 @@ A few notes about what's going on: * The ``transform`` keyword is set to ``False`` because the data in the shapefile does not need to be converted -- it's already in WGS84 (SRID=4326). -Afterwards, invoke the Django shell from the ``geodjango`` project directory: +Afterward, invoke the Django shell from the ``geodjango`` project directory: .. console:: |
