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

Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant...

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
parent 515b4d3a
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::