Skip to content

Commit a01a948

Browse files
datakurrebollwyvl
authored andcommitted
Fix typo in launch.py (#21)
1 parent 0ac1a5f commit a01a948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotlab/src/robotlab/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
CMD = [
2525
"call python -m robotlab.labapp"
2626
] if WIN else [
27-
"pyton -m robotlab.labapp"
27+
"python -m robotlab.labapp"
2828
]
2929

3030

0 commit comments

Comments
 (0)