summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2017-07-24 01:28:06 +0200
committerValérie-Emma Leroux <emma@iggdrasil.net>2017-07-24 01:28:06 +0200
commitdc18c4c5942f0b738f1888d12baa614fc296a111 (patch)
tree365a2028bf3f2f695fb4b82ad0e1cdf57a32f12d /chimere/models.py
parent412f474c2154731d9ba9f46f89f96dedba402418 (diff)
downloadChimère-dc18c4c5942f0b738f1888d12baa614fc296a111.tar.bz2
Chimère-dc18c4c5942f0b738f1888d12baa614fc296a111.zip
Fix help vocabulary
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py
index bba0d15..444df36 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -299,7 +299,7 @@ class SubCategory(models.Model):
"Douglas-Peucker algorythm to simplify the geometry when "
"details is not alvailable. Adjust to your data volume "
"and your performance need. 0.0003 is a good starting "
- "point. Note: typology is not preserved."))
+ "point. Note: topology is not preserved."))
class Meta:
ordering = ["category", "order"]