Skip to content

Commit 81af15a

Browse files
committed
fix
1 parent f5de548 commit 81af15a

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
@@ -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:`!help_"
187-
"\\*` methods or commands that have docstrings), and also lists any "
186+
"available help topics (that is, all commands with corresponding :meth:`!"
187+
"help_\\*` 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)