@@ -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 : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-10-18 15:44 -0300\n "
14
+ "PO-Revision-Date : 2020-10-18 16:24 -0300\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -140,7 +140,7 @@ msgid ""
140
140
"is not allowed to modify :class:`InputSource` objects passed to it from the "
141
141
"application, although it may make copies and modify those."
142
142
msgstr ""
143
- "Un :class:`InputSource` pertenece a la aplicación, el :class:`XMLReader` no "
143
+ "Una :class:`InputSource` pertenece a la aplicación, el :class:`XMLReader` no "
144
144
"tiene permitido permitido modificar objetos :class:`InputSource` pasados "
145
145
"desde la aplicación, a pesar de que puede hacer copias y modificarlas."
146
146
@@ -263,7 +263,7 @@ msgid ""
263
263
"is set, errors will be raised as exceptions, and warnings will be printed."
264
264
msgstr ""
265
265
"Establece el manejador de errores actual. Si ningún :class:`~xml.sax.handler."
266
- "ErrorHandler`es establecido, se lanzarán errores como excepciones, y se "
266
+ "ErrorHandler` es establecido, se lanzarán errores como excepciones, y se "
267
267
"imprimirán alertas."
268
268
269
269
#: ../Doc/library/xml.sax.reader.rst:167
@@ -407,11 +407,12 @@ msgstr "Establece el identificador de sistema de esta :class:`InputSource`."
407
407
408
408
#: ../Doc/library/xml.sax.reader.rst:280
409
409
msgid "Returns the system identifier of this :class:`InputSource`."
410
- msgstr "Retorna el identificador de sistema para esta class:`InputSource`."
410
+ msgstr "Retorna el identificador de sistema para esta : class:`InputSource`."
411
411
412
412
#: ../Doc/library/xml.sax.reader.rst:285
413
413
msgid "Sets the character encoding of this :class:`InputSource`."
414
- msgstr "Establece la codificación de caracteres para esta class:`InputSource`."
414
+ msgstr ""
415
+ "Establece la codificación de caracteres para esta :class:`InputSource`."
415
416
416
417
#: ../Doc/library/xml.sax.reader.rst:287
417
418
msgid ""
@@ -426,12 +427,12 @@ msgid ""
426
427
"The encoding attribute of the :class:`InputSource` is ignored if the :class:"
427
428
"`InputSource` also contains a character stream."
428
429
msgstr ""
429
- "El atributo de codificación de la class:`InputSource` es ignorado si la "
430
+ "El atributo de codificación de la : class:`InputSource` es ignorado si la : "
430
431
"class:`InputSource` contiene también un flujo de caracteres."
431
432
432
433
#: ../Doc/library/xml.sax.reader.rst:296
433
434
msgid "Get the character encoding of this InputSource."
434
- msgstr "Obtiene la codificación de caracteres des esta InputSource."
435
+ msgstr "Obtiene la codificación de caracteres de esta InputSource."
435
436
436
437
#: ../Doc/library/xml.sax.reader.rst:301
437
438
msgid "Set the byte stream (a :term:`binary file`) for this input source."
0 commit comments