Skip to content

Traducción library/gzip #1075

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 7 commits into from
Oct 15, 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
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
alcides29 and cmaureir authored Oct 14, 2020
commit e9bad3ffca08a61a8def92d6cc4f55fcd87b7dd1
4 changes: 2 additions & 2 deletions library/gzip.po
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ msgid ""
"writing as *fileobj*, and retrieve the resulting memory buffer using the :"
"class:`io.BytesIO` object's :meth:`~io.BytesIO.getvalue` method."
msgstr ""
"Llamar a un método :meth:`close` del objeto :class:`GzipFile` no cierra "
"Al llamar en un objeto :class:`GzipFile` el método :meth:`close` no cierra "
"*fileobj*, ya que es posible que desee anexar más material después de los "
"datos comprimidos. Esto también le permite pasar un objeto:class:`io."
"BytesIO` que se abrió para escribir como *fileobj*, y recupera el búfer de "
Expand Down Expand Up @@ -413,7 +413,7 @@ msgid ""
"The :mod:`gzip` module provides a simple command line interface to compress "
"or decompress files."
msgstr ""
"El módulo: mod:`gzip` proporciona una interfaz de línea de comandos simple "
"El módulo :mod:`gzip` proporciona una interfaz de línea de comandos simple "
"para comprimir o descomprimir archivos."

#: ../Doc/library/gzip.rst:233
Expand Down