summaryrefslogtreecommitdiffstats
path: root/parsers/descriptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/descriptions.py')
-rw-r--r--parsers/descriptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/descriptions.py b/parsers/descriptions.py
index 108a892..2bca267 100644
--- a/parsers/descriptions.py
+++ b/parsers/descriptions.py
@@ -39,7 +39,7 @@ def parseDescriptions():
cd.save()
-def parseDescriptionsInCaveObjects():
+def parseDescriptionsOnCaveObjects():
for cave in models.Cave.objects.all():
cave.underground_description=html_to_wiki(unicode(cave.underground_description))
cave.save() \ No newline at end of file