Thanks to visit codestin.com
Credit goes to github.com

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: Cristián Maureira-Fredes <[email protected]>
  • Loading branch information
Alvaruz and cmaureir authored Oct 9, 2020
commit f77a895fc71d1db0128fad5c3fc95c54e9b5959c
4 changes: 2 additions & 2 deletions library/shelve.po
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ msgid ""
"open` function. The optional *protocol* and *writeback* parameters have the "
"same interpretation as for the :class:`Shelf` class."
msgstr ""
"Una subclase de :class:`Shelf` que acepta un *nombre de archivo* en lugar de "
"un objeto tipo *dict*. El archivo subyacente se abrirá usando :func:`dbm."
"Una subclase de :class:`Shelf` que acepta un *filename* en lugar de "
"un objeto tipo diccionario (*dict*). El archivo subyacente se abrirá usando :func:`dbm."
"open`. De forma predeterminada, el archivo se creará y se abrirá tanto para "
"lectura como para escritura. El parámetro opcional *flag* tiene la misma "
"interpretación que para la función :func:`.open`. Los parámetros opcionales "
Expand Down