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