Skip to content

Traducido archivo zipfile.po #364

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 24 commits into from
Sep 22, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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 errors
  • Loading branch information
ingcrengifo committed Aug 11, 2020
commit 4a2525ac4d3c21ad353a712add6df802c2e0f076
6 changes: 3 additions & 3 deletions library/zipfile.po
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ msgid ""
"number, otherwise returns ``False``. *filename* may be a file or file-like "
"object too."
msgstr ""
"Devuelve ``True`` si *filename* es un archivo ZIP válido basado en su "
"número mágico; de lo contrario, devuelve ``False``. *filename* también "
"puede ser un archivo o un objeto similar a un archivo."
"Devuelve ``True`` si *filename* es un archivo ZIP válido basado en su número "
"mágico; de lo contrario, devuelve ``False``. *filename* también puede ser un "
"archivo o un objeto similar a un archivo."

#: ../Doc/library/zipfile.rst:87
msgid "Support for file and file-like objects."
Expand Down