@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : Alfonso Areiza Guerra <alfareiza@gmail.com>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es_CO\n "
@@ -189,8 +189,8 @@ msgid ""
189
189
"method, called with an argument ``'bar'``, invokes the corresponding method :"
190
190
"meth:`help_bar`, and if that is not present, prints the docstring of :meth:"
191
191
"`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 "
194
194
"undocumented commands."
195
195
msgstr ""
196
196
"Todas las subclases de :class:`Cmd` heredan un :meth:`do_help` predefinido. "
@@ -458,7 +458,7 @@ msgstr ""
458
458
459
459
#: ../Doc/library/cmd.rst:64
460
460
msgid "? (question mark)"
461
- msgstr "? (signo de interrogación\" )"
461
+ msgstr "? (signo de interrogación)"
462
462
463
463
#: ../Doc/library/cmd.rst:64
464
464
msgid "in a command interpreter"
0 commit comments