10000 Correct the syntax error. lines 176;177 · ag-python-qt/mu-pyqt@9a2f259 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a2f259

Browse files
committed
Correct the syntax error. lines 176;177
1 parent 18e649e commit 9a2f259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mu/logic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
_("Don't stare at a blank screen - try something out."),
174174
_("If you're stuck - try explaining it to a rubber duck."),
175175
_("It's ok to be stuck, go for a walk and then try again (:"),
176-
_("It's not a mistake to make an error.")
177-
_("Errors are there to learn from them. Then avoid them.")
176+
_("It's not a mistake to make an error."),
177+
_("Errors are there to learn from them. Then avoid them."),
178178
_("Don't look backwards for very long. We keep moving forward."),
179179
_("Keep moving forward."),
180180
_("It's not a mistake to make an error."),

0 commit comments

Comments
 (0)
0