Skip to content

Commit d3294a0

Browse files
committed
Fix traduccion :meth:~xml.sax.xmlreader.XMLReader.parse en xml.sax.utils.po
1 parent e3b90b6 commit d3294a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/xml.sax.utils.po

+3-3
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: 2023-11-08 21:36+0100\n"
14+
"PO-Revision-Date: 2023-11-11 01:35+0100\n"
1515
"Last-Translator: Jose Ignacio Riaño Chico <jose.ignacio.riano@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es_ES\n"
@@ -20,7 +20,7 @@ msgstr ""
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23-
"X-Generator: Poedit 3.4\n"
23+
"X-Generator: Poedit 3.4.1\n"
2424

2525
#: ../Doc/library/xml.sax.utils.rst:2
2626
msgid ":mod:`xml.sax.saxutils` --- SAX Utilities"
@@ -172,4 +172,4 @@ msgstr ""
172172
"proporcionada como una cadena de caracteres, un :term:`file-like object`, o "
173173
"un objeto :class:`~xml.sax.xmlreader.InputSource`; los analizadores usarán "
174174
"esta función para implementar el argumento polimórfico *source* a su método :"
175-
"meth:`parse`."
175+
"meth:`~xml.sax.xmlreader.XMLReader.parse` method."

0 commit comments

Comments
 (0)