8000 Apply suggestions from code review · python/python-docs-es@14ce8ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 14ce8ff

Browse files
cmaureirrtobar
andauthored
Apply suggestions from code review
Co-authored-by: rtobar <rtobar@icrar.org>
1 parent 51108ad commit 14ce8ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

library/signal.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ msgid ""
865865
msgstr ""
866866
"En Windows, :func:`signal` solo se puede llamar con :const:`SIGABRT`, :const:"
867867
"`SIGFPE`, :const:`SIGILL`, :const:`SIGINT`, :const:`SIGSEGV`, :const:"
868-
"`SIGTERM`, o :const:`SIGBREAK`. A :exc:`ValueError` se lanzará en cualquier "
868+
"`SIGTERM`, o :const:`SIGBREAK`. Un :exc:`ValueError` se lanzará en cualquier "
869869
"otro caso. Tenga en cuenta que no todos los sistemas definen el mismo "
870870
"conjunto de nombres de señales; un :exc:`AttributeError` se lanzará si un "
871871
"nombre de señal no está definido como constante de nivel de módulo ``SIG*``."

library/xml.dom.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,15 +1095,15 @@ msgid ""
10951095
"`NotFoundErr` is raised."
10961096
msgstr ""
10971097
"Remueve un atributo por nombre (*name*). Si no hay un atributo "
1098-
"correspondiente, un :exc:`NotFoundErr` es lanzada."
1098+
"correspondiente, un :exc:`NotFoundErr` es lanzado."
10991099

11001100
#: ../Doc/library/xml.dom.rst:647
11011101
msgid ""
11021102
"Remove and return *oldAttr* from the attribute list, if present. If "
11031103
"*oldAttr* is not present, :exc:`NotFoundErr` is raised."
11041104
msgstr ""
11051105
"Remueve y retorna *oldAttr* de la lista de atributos, si está presenta. Si "
1106-
"*oldAttr* no está presente, :exc:`NotFoundErr` es lanzada."
1106+
"*oldAttr* no está presente, :exc:`NotFoundErr` es lanzado."
11071107

11081108
#: ../Doc/library/xml.dom.rst:653
11091109
msgid ""
@@ -1140,7 +1140,7 @@ msgstr ""
11401140
"Añade un nuevo nodo atributo al elemento, reemplazando un atributo existente "
11411141
"si es necesario, si el :attr:`namesapceURI` y :attr:`localName` coinciden. "
11421142
"Si un reemplazo ocurre, el viejo atributo será retornado. Si *newAttr* está "
1143-
"en uso, :exc:`InuseAttributeErr` será lanzada."
1143+
"en uso, :exc:`InuseAttributeErr` será lanzado."
11441144

11451145
#: ../Doc/library/xml.dom.rst:680
11461146
msgid ""

library/zipfile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ msgstr ""
229229
"para truncar y escribir un nuevo archivo, ``'a'`` para agregarlo a un "
230230
"archivo existente, o ``'x'`` para crear y escribir exclusivamente un nuevo "
231231
"archivo. Si *mode* es ``'x'`` y *file* se refiere a un archivo existente, se "
232-
"lanzará a :exc:`FileExistsError`. Si *mode* es ``'a'`` y *file* se refiere a "
232+
"lanzará un :exc:`FileExistsError`. Si *mode* es ``'a'`` y *file* se refiere a "
233233
"un archivo ZIP existente, entonces se le agregan archivos adicionales. Si "
234234
"*file* no se refiere a un archivo ZIP, se agrega un nuevo archivo ZIP al "
235235
"archivo. Esto está destinado a agregar un archivo ZIP a otro archivo (como: "

0 commit comments

Comments
 (0)
0