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

Skip to content

Commit f5de548

Browse files
committed
fix
1 parent 8e76554 commit f5de548

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/cmd.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgid ""
3535
"sophisticated interface."
3636
msgstr ""
3737
":class:`Cmd` 類別提供了一個簡單的架構,用於撰寫行導向的命令直譯器。這類直譯器"
38-
"常用於測試框架、管理工具以及日後將包裝於更高階介面的原型中。"
38+
"常用於測試控制工具、管理工具以及日後將包裝於更高階介面的原型中。"
3939

4040
#: ../../library/cmd.rst:20
4141
msgid ""
@@ -90,7 +90,7 @@ msgid ""
9090
"ignored."
9191
msgstr ""
9292
"若你希望使用指定的 *stdin*,請務必將該實例的 :attr:`use_rawinput` 屬性設為 "
93-
"``False``,否則*stdin* 會被忽略。"
93+
"``False``,否則 *stdin* 會被忽略。"
9494

9595
#: ../../library/cmd.rst:45
9696
msgid "``completekey='tab'`` is replaced by ``'^I'`` for ``editline``."
@@ -110,8 +110,8 @@ msgid ""
110110
"received input, and dispatch to action methods, passing them the remainder "
111111
"of the line as argument."
112112
msgstr ""
113-
"重複顯示提示字元、接收輸入、剖析接收到的輸入字串前綴,並將剩餘部分作為引數傳"
114-
"遞給對應的動作方法來進行調度。"
113+
"重複顯示提示字元、接收輸入、剖析接收到的輸入字串前綴,並派發給動作方法,將其"
114+
"餘部分作為引數傳遞給它們"
115115

116116
#: ../../library/cmd.rst:63
117117
msgid ""
@@ -183,8 +183,8 @@ msgid ""
183183
"method, called with an argument ``'bar'``, invokes the corresponding method :"
184184
"meth:`!help_bar`, and if that is not present, prints the docstring of :meth:"
185185
"`!do_bar`, if available. With no argument, :meth:`!do_help` lists all "
186-
"available help topics (that is, all commands with corresponding :meth:`!"
187-
"help_\\*` methods or commands that have docstrings), and also lists any "
186+
"available help topics (that is, all commands with corresponding :meth:`!help_"
187+
"\\*` methods or commands that have docstrings), and also lists any "
188188
"undocumented commands."
189189
msgstr ""
190190
"所有 :class:`Cmd` 的子類別都會繼承預先定義的 :meth:`!do_help` 方法。當此方法"

0 commit comments

Comments
 (0)