8000 Usar 'lanzar' para 'raise' by cmaureir · Pull Request #1816 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

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 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 4 commits into from
Jul 10, 2022
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
powrap
  • Loading branch information
cmaureir committed Jan 10, 2022
commit b71b4ea603f8c78f02549a14d87d1e1436e71387
4 changes: 2 additions & 2 deletions library/zipfile.po
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ 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á un :exc:`FileExistsError`. Si *mode* es ``'a'`` y *file* se refiere a "
"un archivo ZIP existente, entonces se le agregan archivos adicionales. Si "
"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: "
"archivo:`python.exe`). Si *mode* es ``'a'`` y el archivo no existe en "
Expand Down
0