From 9c41437798d07f004e901378be04f09693935ad3 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 26 Nov 2011 08:43:43 +0000 Subject: [PATCH] Fixed a typo in the layermapping docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17150 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/gis/layermapping.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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