diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-11-26 08:43:43 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-11-26 08:43:43 +0000 |
| commit | 9c41437798d07f004e901378be04f09693935ad3 (patch) | |
| tree | 2f39da0a5e6c232a719e0253c5862dc5c97b8a75 /docs | |
| parent | 268d737558627346b8c75ea3d5f1d547e07df0ff (diff) | |
Fixed a typo in the layermapping docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/layermapping.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/layermapping.txt b/docs/ref/contrib/gis/layermapping.txt index 0b09e176f6..b0fb29e77a 100644 --- a/docs/ref/contrib/gis/layermapping.txt +++ b/docs/ref/contrib/gis/layermapping.txt @@ -10,7 +10,7 @@ .. currentmodule:: django.contrib.gis.utils The :class:`LayerMapping` class provides a way to map the contents of -vector spatial data files (e.g. shapefiles) intoto GeoDjango models. +vector spatial data files (e.g. shapefiles) into GeoDjango models. This utility grew out of the author's personal needs to eliminate the code repetition that went into pulling geometries and fields out of |
