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

Skip to content

Commit 941d9ef

Browse files
committed
fix
1 parent 29e4829 commit 941d9ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/cmd.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ msgid ""
340340
"commands (that is, there are :meth:`!do_\\*` methods without corresponding :"
341341
"meth:`!help_\\*` methods)."
342342
msgstr ""
343-
"若說明輸出包含未記載命令的區段(也就是存在 :meth:`!do_\\*` 方法但沒有對應的 :"
343+
"若說明輸出包含未記錄命令的區段(也就是存在 :meth:`!do_\\*` 方法但沒有對應的 :"
344344
"meth:`!help_\\*` 方法),則會顯示的標頭字串。"
345345

346346
#: ../../library/cmd.rst:228
@@ -491,7 +491,7 @@ msgstr ""
491491
"from turtle import *\n"
492492
"\n"
493493
"class TurtleShell(cmd.Cmd):\n"
494-
" intro = '歡迎來到烏龜殼。輸入 help 或 ? 來列出命令。\\n'\n"
494+
" intro = '歡迎來到 turtle shell。輸入 help 或 ? 來列出命令。\\n'\n"
495495
" prompt = '(turtle) '\n"
496496
" file = None\n"
497497
"\n"
@@ -630,7 +630,7 @@ msgid ""
630630
"(turtle) bye\n"
631631
"Thank you for using Turtle"
632632
msgstr ""
633-
"歡迎來到烏龜殼。輸入 help 或 ? 來列出命令。\n"
633+
"歡迎來到 turtle shell。輸入 help 或 ? 來列出命令。\n"
634634
"\n"
635635
"(turtle) ?\n"
636636
"\n"

0 commit comments

Comments
 (0)