Skip to content

Traduccion library/shelve.po #997

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 17 commits into from
Nov 21, 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
Update library/shelve.po
Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
  • Loading branch information
Alvaruz and eamanu authored Oct 9, 2020
commit 9f8eb04a2a1b53c568ce58bac0a3ae508fe07679
2 changes: 1 addition & 1 deletion library/shelve.po
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ msgstr ""
"asignan al estante (consulte :ref:`shelve-example`). Si el parámetro "
"opcional *writeback* se establece en ``True``, todas las entradas a las "
"que se accede también se almacenan en caché en la memoria y se vuelven a "
"escribir en :meth:`~Shelf.sync` y :meth:`~Shelf.close`; esto puede hacer "
"escribir en :meth:`~Shelf.sync` y :meth:`~Shelf.close`; esto puede hacer "
"que sea más práctico mutar entradas mutables en el diccionario persistente, "
"pero, si se accede a muchas entradas, puede consumir grandes cantidades de "
"memoria para la memoria caché, y puede hacer que la operación de cierre sea "
Expand Down