diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-08-19 18:18:06 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-08-19 18:18:06 +0000 |
| commit | 920d01edb751293af2a9e6657a9c38dd02ff6fff (patch) | |
| tree | 8f071f02d116aa9114caaf021ed9cc2f5d6bec35 /docs | |
| parent | 40c8a603c3bd8ab85af5b66f4e149fe614e86eca (diff) | |
Fixed #16660 -- Corrected a typo and removed an extra space in the GeoDjango tutorial. Thanks to spahn for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index d38618064d..6b642b0324 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -6,7 +6,7 @@ Introduction ============ GeoDjango is an add-on for Django that turns it into a world-class geographic -Web framework. GeoDjango strives to make at as simple as possible to create +Web framework. GeoDjango strives to make it as simple as possible to create geographic Web applications, like location-based services. Some features include: * Django model fields for `OGC`_ geometries. @@ -753,5 +753,5 @@ option class in your ``admin.py`` file:: .. [#] Special thanks to Bjørn Sandvik of `thematicmapping.org <http://thematicmapping.org>`_ for providing and maintaining this data set. .. [#] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and Christopher Schmidt. -.. [#] Here the point is for the `University of Houston Law Center <http://www.law.uh.edu/>`_ . +.. [#] Here the point is for the `University of Houston Law Center <http://www.law.uh.edu/>`_. .. [#] Open Geospatial Consortium, Inc., `OpenGIS Simple Feature Specification For SQL <http://www.opengis.org/docs/99-049.pdf>`_, Document 99-049. |
