Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-11-09 03:10:11 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-11-09 03:10:11 (GMT)
commit61edb0f742604cd3cc2dc9895cf679765b9b899e (patch)
tree76d882de81c88c970ff5c044db125409aee36cb9 /tutorius
parent80ebf5d2fc91e0e9359becdd0b344332063951ab (diff)
parent88013b2f9f93c3220812cd3b624db1423ac081ed (diff)
Merge branch 'lp435984' of ../mainlineHEADmaster
Conflicts: addons/gtkwidgeteventfilter.py addons/readfile.py addons/timerevent.py tests/probetests.py tests/run-tests.py tutorius/TProbe.py tutorius/bundler.py tutorius/core.py tutorius/creator.py tutorius/dbustools.py tutorius/engine.py tutorius/filters.py tutorius/properties.py tutorius/service.py
Diffstat (limited to 'tutorius')
-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.
"""