summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Oliveira da Silva <victor_o_silva@hotmail.com>2016-05-12 09:16:18 -0300
committerTim Graham <timograham@gmail.com>2016-05-12 08:16:18 -0400
commit4065f429f559533f11abbab40624a61027a52b61 (patch)
tree0bc3ba327603cc9e6607ecec408d2acaf8a81707
parent60b095cc4c3dbf8bf41f7ce0939b0c90dbcc9b1a (diff)
downloaddjango-4065f429f559533f11abbab40624a61027a52b61.tar.gz
Fixed typo in docs/ref/contrib/gis/layermapping.txt
-rw-r--r--docs/ref/contrib/gis/layermapping.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/layermapping.txt b/docs/ref/contrib/gis/layermapping.txt
index 39cc6e9704..06cded679b 100644
--- a/docs/ref/contrib/gis/layermapping.txt
+++ b/docs/ref/contrib/gis/layermapping.txt
@@ -133,7 +133,7 @@ Keyword Arguments
``unique`` Setting this to the name, or a tuple of names,
from the given model will create models unique
- only to the given name(s). Geometries will from
+ only to the given name(s). Geometries from
each feature will be added into the collection
associated with the unique model. Forces
the transaction mode to be ``'autocommit'``.