File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ msgid ""
340340"commands (that is, there are :meth:`!do_\\ *` methods without corresponding :"
341341"meth:`!help_\\ *` methods)."
342342msgstr ""
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"
632632msgstr ""
633- "歡迎來到烏龜殼 。輸入 help 或 ? 來列出命令。\n"
633+ "歡迎來到 turtle shell 。輸入 help 或 ? 來列出命令。\n"
634634"\n"
635635"(turtle) ?\n"
636636"\n"
You can’t perform that action at this time.
0 commit comments