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
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