summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-08 14:13:44 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-08 14:13:44 +0000
commit060701a26aa931c5ebbd05905c94c5d1ada05bb3 (patch)
tree005dd2d35c53590a6316b67c1ed67a6eddeaf809 /docs
parent515b4d3aa82c6a6dcc5ac749b10434bafd6b646b (diff)
Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant <renderbox@gmail.com> for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/tutorial.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index 3a56c2e7c0..e9599866ff 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -25,10 +25,10 @@ yourself with basic Django concepts.
please consult the :ref:`installation documentation <ref-gis-install>`
for more details.
-This tutorial is going to guide you through guide the user through the creation
-of a geographic web application for viewing the `world borders`_. [#]_ Some of
-the code used in this tutorial is taken from and/or inspired by the
-`GeoDjango basic apps`_ project. [#]_
+This tutorial will guide you through the creation of a geographic web
+application for viewing the `world borders`_. [#]_ Some of the code
+used in this tutorial is taken from and/or inspired by the `GeoDjango
+basic apps`_ project. [#]_
.. note::