Author: aaugustin Date: 2011-11-26 00:43:43 -0800 (Sat, 26 Nov 2011) New Revision: 17150
Modified: django/trunk/docs/ref/contrib/gis/layermapping.txt Log: Fixed a typo in the layermapping docs. Modified: django/trunk/docs/ref/contrib/gis/layermapping.txt =================================================================== --- django/trunk/docs/ref/contrib/gis/layermapping.txt 2011-11-25 19:40:46 UTC (rev 17149) +++ django/trunk/docs/ref/contrib/gis/layermapping.txt 2011-11-26 08:43:43 UTC (rev 17150) @@ -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 -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
