We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604c33a commit ded63a9Copy full SHA for ded63a9
1 file changed
lang.py
@@ -69,7 +69,7 @@ def translate_program(program: str) -> str:
69
"""
70
Replaces all translatable keywords in program with python keywords.
71
72
- :param program: python-like program with translatable keywords
+ :param program: python-like program with translatable keywords in string format
73
:return: translated python program
74
75
0 commit comments