Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29e4829

Browse files
committed
fix
1 parent 6eb0e20 commit 29e4829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/cmd.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ msgid ""
485485
" return tuple(map(int, arg.split()))\n"
486486
"\n"
487487
"if __name__ == '__main__':\n"
488-
" TurtleShell().cmdloop()\n"
488+
" TurtleShell().cmdloop()"
489489
msgstr ""
490490
"import cmd, sys\n"
491491
"from turtle import *\n"
@@ -559,7 +559,7 @@ msgstr ""
559559
" return tuple(map(int, arg.split()))\n"
560560
"\n"
561561
"if __name__ == '__main__':\n"
562-
" TurtleShell().cmdloop()\n"
562+
" TurtleShell().cmdloop()"
563563

564564
#: ../../library/cmd.rst:340
565565
msgid ""

0 commit comments

Comments
 (0)