From 87fda1a6bbe5a00cda56f1278a58e6df3c6c9bc7 Mon Sep 17 00:00:00 2001 From: Victor Oliveira da Silva Date: Thu, 12 May 2016 09:16:18 -0300 Subject: [PATCH] [1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txt Backport of 4065f429f559533f11abbab40624a61027a52b61 from master --- 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 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'``.