Skip to content

Commit 9c7e654

Browse files
committed
eliminacion de signo
1 parent 6548389 commit 9c7e654

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/cmd.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2024-11-03 08:04-0400\n"
14+
"PO-Revision-Date: 2024-11-03 15:05-0400\n"
1515
"Last-Translator: Alfonso Areiza Guerra <alfareiza@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es_CO\n"
@@ -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:"
193-
"`help_\\*` methods or commands that have docstrings), and also lists any "
192+
"available help topics (that is, all commands with corresponding :meth:`help_"
193+
"\\*` 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. "
@@ -458,7 +458,7 @@ msgstr ""
458458

459459
#: ../Doc/library/cmd.rst:64
460460
msgid "? (question mark)"
461-
msgstr "? (signo de interrogación\")"
461+
msgstr "? (signo de interrogación)"
462462

463463
#: ../Doc/library/cmd.rst:64
464464
msgid "in a command interpreter"

0 commit comments

Comments
 (0)