File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ msgid ""
340
340
"commands (that is, there are :meth:`!do_\\ *` methods without corresponding :"
341
341
"meth:`!help_\\ *` methods)."
342
342
msgstr ""
343
- "若說明輸出包含未記載命令的區段 (也就是存在 :meth:`!do_\\ *` 方法但沒有對應的 :"
343
+ "若說明輸出包含未記錄命令的區段 (也就是存在 :meth:`!do_\\ *` 方法但沒有對應的 :"
344
344
"meth:`!help_\\ *` 方法),則會顯示的標頭字串。"
345
345
346
346
#: ../../library/cmd.rst:228
@@ -491,7 +491,7 @@ msgstr ""
491
491
"from turtle import *\n"
492
492
"\n"
493
493
"class TurtleShell(cmd.Cmd):\n"
494
- " intro = '歡迎來到烏龜殼 。輸入 help 或 ? 來列出命令。\\ n'\n"
494
+ " intro = '歡迎來到 turtle shell 。輸入 help 或 ? 來列出命令。\\ n'\n"
495
495
" prompt = '(turtle) '\n"
496
496
" file = None\n"
497
497
"\n"
@@ -630,7 +630,7 @@ msgid ""
630
630
"(turtle) bye\n"
631
631
"Thank you for using Turtle"
632
632
msgstr ""
633
- "歡迎來到烏龜殼 。輸入 help 或 ? 來列出命令。\n"
633
+ "歡迎來到 turtle shell 。輸入 help 或 ? 來列出命令。\n"
634
634
"\n"
635
635
"(turtle) ?\n"
636
636
"\n"
You can’t perform that action at this time.
0 commit comments