8000 Traducción shutil.po by humitos · Pull Request #524 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducción shutil.po #524

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 19 commits into from
Jul 5, 2020
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 end-of-line within string
There was an extra " without being escaped.
  • Loading branch information
humitos committed Jul 5, 2020
commit 87580f724d4106a5ba725c330ee81183795adb40
2 changes: 1 addition & 1 deletion library/shutil.po
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ msgstr ""
#: ../Doc/library/shutil.rst:606 ../Doc/library/shutil.rst:689
msgid "*gztar*: gzip'ed tar-file (if the :mod:`zlib` module is available)."
msgstr ""
""*gztar*: archivo tar comprimido con gzip (si el módulo :mod:`zlib` está disponible)."
"*gztar*: archivo tar comprimido con gzip (si el módulo :mod:`zlib` está disponible)."

#: ../Doc/library/shutil.rst:607 ../Doc/library/shutil.rst:690
msgid "*bztar*: bzip2'ed tar-file (if the :mod:`bz2` module is available)."
Expand Down
0