Commit 36167517 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.2.X] Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to...

[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
parent 5b1e21e2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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::