summaryrefslogtreecommitdiff
path: root/docs
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:33 -0400
commit87fda1a6bbe5a00cda56f1278a58e6df3c6c9bc7 (patch)
tree28a629f0f4f3c77b482146d645f8be59d1a17310 /docs
parentde22123d3f0eab9495f2f04f972a3bcee7ad1b1c (diff)
[1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txt
Backport of 4065f429f559533f11abbab40624a61027a52b61 from master
Diffstat (limited to 'docs')
-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 9c7bb82ffb..ed6ce294e1 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'``.