summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-08 14:16:50 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-08 14:16:50 +0000
commit36167517aa6e08cfcaf1ed7c8fb8cb1dd53938d8 (patch)
tree4308e2b660c51bf1db2f2b9ce68928fbab04dd2a /docs
parent5b1e21e2006ec0b2b5484ca92e429fc457e9eb05 (diff)
[1.2.X] Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant <renderbox@gmail.com> for the report.
Backport of r14006 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14009 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::