Skip to content

Commit 8b5eb9c

Browse files
committed
cli/__init__.py: slightly modify the error message warning
1 parent d1c1309 commit 8b5eb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybricksdev/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ async def reconnect_hub():
360360
return
361361

362362
except SyntaxError as e:
363-
print("\nA syntax error occurred when parsing your program:")
363+
print("\nA syntax error occurred while parsing your program:")
364364
print(e, "\n")
365365

366366
except HubPowerButtonPressedError:

0 commit comments

Comments
 (0)