Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/translator.py')
-rw-r--r--tutorius/translator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorius/translator.py b/tutorius/translator.py
index 4e3e88d..626e2c9 100644
--- a/tutorius/translator.py
+++ b/tutorius/translator.py
@@ -33,7 +33,7 @@ class ResourceTranslator(object):
An architectural note : every different type of translation should have its
own method (translate_resource, etc...), and this function must be called
- from the translate method, under the type test. The translation_* method
+ from the translate method, under the type test. The translate_* method
must take in the input property and give the output property that should
replace it.
"""