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

Skip to content

Commit efe96c0

Browse files
committed
fix powrap
1 parent 9c7e654 commit efe96c0

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
@@ -189,8 +189,8 @@ msgid ""
189189
"method, called with an argument ``'bar'``, invokes the corresponding method :"
190190
"meth:`help_bar`, and if that is not present, prints the docstring of :meth:"
191191
"`do_bar`, if available. With no argument, :meth:`do_help` lists all "
192-
"available help topics (that is, all commands with corresponding :meth:`help_"
193-
"\\*` methods or commands that have docstrings), and also lists any "
192+
"available help topics (that is, all commands with corresponding :meth:"
193+
"`help_\\*` methods or commands that have docstrings), and also lists any "
194194
"undocumented commands."
195195
msgstr ""
196196
"Todas las subclases de :class:`Cmd` heredan un :meth:`do_help` predefinido. "

0 commit comments

Comments
 (0)