From 060701a26aa931c5ebbd05905c94c5d1ada05bb3 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 8 Oct 2010 14:13:44 +0000 Subject: [PATCH] Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14006 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/gis/tutorial.txt | 8 ++++---- 1 file 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 ` 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::