mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Fixed typos in docstrings and docs.
Signed-off-by: cuinix <915115094@qq.com>
This commit is contained in:
parent
9e35c8b2e3
commit
20848bcf39
3 changed files with 3 additions and 6 deletions
|
|
@ -218,7 +218,7 @@ class LayerMapTest(TestCase):
|
|||
# `unique='name'`: Creates models on the condition that they have
|
||||
# unique county names; geometries from each feature however will be
|
||||
# appended to the geometry collection of the unique model. Thus,
|
||||
# all of the various islands in Honolulu county will be in in one
|
||||
# all of the various islands in Honolulu county will be in one
|
||||
# database record with a MULTIPOLYGON type.
|
||||
lm = LayerMapping(County, co_shp, co_mapping, transform=False, unique="name")
|
||||
lm.save(silent=True, strict=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue