Skip to content

Traducción library/xml.sax.reader #1092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modificaciones según sugerencias
  • Loading branch information
codesjedi committed Oct 21, 2020
commit c8f5aa932ffe2a12e76cdec74d702bc5e894a2aa
10 changes: 5 additions & 5 deletions library/xml.sax.reader.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-18 16:24-0300\n"
"PO-Revision-Date: 2020-10-20 21:56-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -106,7 +106,7 @@ msgstr ""
"objecto localizador retornará resultados válidos sólo durante llamadas a "
"métodos DocumentHandler; en cualquier otro momento, los resultados son "
"impredecibles. Si la información no está disponible, los métodos pueden "
"regresar ``None``."
"retornar ``None``."

#: ../Doc/library/xml.sax.reader.rst:56
msgid ""
Expand Down Expand Up @@ -141,8 +141,8 @@ msgid ""
"application, although it may make copies and modify those."
msgstr ""
"Una :class:`InputSource` pertenece a la aplicación, el :class:`XMLReader` no "
"tiene permitido permitido modificar objetos :class:`InputSource` pasados "
"desde la aplicación, a pesar de que puede hacer copias y modificarlas."
"tiene permitido modificar objetos :class:`InputSource` pasados desde la "
"aplicación, a pesar de que puede hacer copias y modificarlas."

#: ../Doc/library/xml.sax.reader.rst:74
msgid ""
Expand Down Expand Up @@ -508,7 +508,7 @@ msgstr ""
"copy`, :meth:`~collections.abc.Mapping.get`, :meth:`~object.__contains__`, :"
"meth:`~collections.abc.Mapping.items`, :meth:`~collections.abc.Mapping."
"keys`, y :meth:`~collections.abc.Mapping.values`. Los siguientes métodos "
"también son proveídos:"
"también son provistos:"

#: ../Doc/library/xml.sax.reader.rst:346
msgid "Return the number of attributes."
Expand Down