We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f171049 commit b7cdf8cCopy full SHA for b7cdf8c
janis_core/translations/translationbase.py
@@ -64,7 +64,7 @@ def __str__(cls):
64
65
class TranslatorBase(ABC):
66
"""
67
- So you're thinking about adding a new tWranslation :)
+ So you're thinking about adding a new translation :)
68
69
This class will hopefully give you a pretty good indication
70
on what's required to add a new translation, however what I
@@ -88,7 +88,7 @@ class TranslatorBase(ABC):
88
and then write unit tests to cover each component of the translation
89
and then an integration test of the whole translation on the related workflows.
90
91
- You can find these in /janis/tests/test_translation_*.py)
+ You can find these in /janis_core/tests/test_translation_*.py)
92
93
94
__metaclass__ = TranslatorMeta
0 commit comments