Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Usar 'lanzar' para 'raise'#1816

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 4 commits into3.10fromraise_to_lanza
Jul 10, 2022
Merged
Show file tree
Hide file tree
Changes from1 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
PrevPrevious commit
NextNext commit
Apply suggestions from code review
Co-authored-by: rtobar <rtobar@icrar.org>
  • Loading branch information
@cmaureir@rtobar
cmaureir andrtobar authoredJan 10, 2022
commit14ce8ff73b0b785b5b5ba3f5a728a609eef6ac34
2 changes: 1 addition & 1 deletionlibrary/signal.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -865,7 +865,7 @@ msgid ""
msgstr ""
"En Windows, :func:`signal` solo se puede llamar con :const:`SIGABRT`, :const:"
"`SIGFPE`, :const:`SIGILL`, :const:`SIGINT`, :const:`SIGSEGV`, :const:"
"`SIGTERM`, o :const:`SIGBREAK`.A :exc:`ValueError` se lanzará en cualquier "
"`SIGTERM`, o :const:`SIGBREAK`.Un :exc:`ValueError` se lanzará en cualquier "
"otro caso. Tenga en cuenta que no todos los sistemas definen el mismo "
"conjunto de nombres de señales; un :exc:`AttributeError` se lanzará si un "
"nombre de señal no está definido como constante de nivel de módulo ``SIG*``."
Expand Down
6 changes: 3 additions & 3 deletionslibrary/xml.dom.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1095,15 +1095,15 @@ msgid ""
"`NotFoundErr` is raised."
msgstr ""
"Remueve un atributo por nombre (*name*). Si no hay un atributo "
"correspondiente, un :exc:`NotFoundErr` eslanzada."
"correspondiente, un :exc:`NotFoundErr` eslanzado."

#: ../Doc/library/xml.dom.rst:647
msgid ""
"Remove and return *oldAttr* from the attribute list, if present. If "
"*oldAttr* is not present, :exc:`NotFoundErr` is raised."
msgstr ""
"Remueve y retorna *oldAttr* de la lista de atributos, si está presenta. Si "
"*oldAttr* no está presente, :exc:`NotFoundErr` eslanzada."
"*oldAttr* no está presente, :exc:`NotFoundErr` eslanzado."

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

#: ../Doc/library/xml.dom.rst:680
msgid ""
Expand Down
2 changes: 1 addition & 1 deletionlibrary/zipfile.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -229,7 +229,7 @@ msgstr ""
"para truncar y escribir un nuevo archivo, ``'a'`` para agregarlo a un "
"archivo existente, o ``'x'`` para crear y escribir exclusivamente un nuevo "
"archivo. Si *mode* es ``'x'`` y *file* se refiere a un archivo existente, se "
"lanzaráa :exc:`FileExistsError`. Si *mode* es ``'a'`` y *file* se refiere a "
"lanzaráun :exc:`FileExistsError`. Si *mode* es ``'a'`` y *file* se refiere a "
"un archivo ZIP existente, entonces se le agregan archivos adicionales. Si "
"*file* no se refiere a un archivo ZIP, se agrega un nuevo archivo ZIP al "
"archivo. Esto está destinado a agregar un archivo ZIP a otro archivo (como: "
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp