Skip to content
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