Skip to content

Commit b7cdf8c

Browse files
committed
Fix typo and tests location
1 parent f171049 commit b7cdf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

janis_core/translations/translationbase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __str__(cls):
6464

6565
class TranslatorBase(ABC):
6666
"""
67-
So you're thinking about adding a new tWranslation :)
67+
So you're thinking about adding a new translation :)
6868
6969
This class will hopefully give you a pretty good indication
7070
on what's required to add a new translation, however what I
@@ -88,7 +88,7 @@ class TranslatorBase(ABC):
8888
and then write unit tests to cover each component of the translation
8989
and then an integration test of the whole translation on the related workflows.
9090
91-
You can find these in /janis/tests/test_translation_*.py)
91+
You can find these in /janis_core/tests/test_translation_*.py)
9292
"""
9393

9494
__metaclass__ = TranslatorMeta

0 commit comments

Comments
 (0)