Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo tutorial/errors #2345

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 22 commits into from Mar 21, 2023
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
Fix powrap
  • Loading branch information
srmorita committed Mar 14, 2023
commit e5919143c92a402a4b6019f3fb223e545d7795d8
12 changes: 6 additions & 6 deletions tutorial/errors.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-03-14 16:55-0300\n"
"PO-Revision-Date: 2023-03-14 17:09-0300\n"
"Last-Translator: Francisco Mora <[email protected]>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -368,11 +368,11 @@ msgid ""
"its subclasses). If an exception class is passed, it will be implicitly "
"instantiated by calling its constructor with no arguments::"
msgstr ""
"El único argumento de :keyword:`raise` indica la excepción a generarse. "
"Tiene que ser o una instancia de excepción, o una clase de excepción (una "
"clase que hereda de :class:`Exception`). Si se pasa una clase de excepción, "
"la misma será instanciada implícitamente llamando a su constructor sin "
"argumentos::"
"El único argumento de :keyword:`raise` indica la excepción a lanzar. Debe "
"ser una instancia de excepción o una clase de excepción (una clase que "
"derive de :class:`BaseException`, como :exc:`Exception` o una de sus "
"subclases). Si se pasa una clase de excepción, se instanciará implícitamente "
"llamando a su constructor sin argumentos::"

#: ../Doc/tutorial/errors.rst:266
msgid ""
Expand Down