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

Skip to content

traducción DBM #652

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
Aug 20, 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
  • Loading branch information
cmaureir authored Aug 20, 2020
commit 238cf3c4e3ae4c664853502d9dc8cad22f08853e
8 changes: 4 additions & 4 deletions library/dbm.po
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ msgid ""
"be used to open a given file."
msgstr ""
"Esta función intenta adivinar cuál de los varios módulos de base de datos "
"simples disponibles :mod:`dbm.gnu`, :mod:`dbm.ndbm` o :mod:`dbm.dumb` "
"simples disponibles --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` o :mod:`dbm.dumb` --- "
"deberán usarse para abrir un archivo."

#: ../Doc/library/dbm.rst:31
Expand All @@ -75,8 +75,8 @@ msgstr ""
"Retorna uno de los siguientes valores: ``None`` si el archivo no se puede "
"abrir porque no se puede leer o no existe; la cadena de caracteres vacía "
"(``''``) si no se puede adivinar el formato del archivo; o una cadena de "
"caracteres que contenga el nombre del módulo requerido, como ``dbm.ndbm`` "
"o ``dbm.gnu``."
"caracteres que contenga el nombre del módulo requerido, como ``'dbm.ndbm'`` "
"o ``'dbm.gnu'``."

#: ../Doc/library/dbm.rst:39
msgid "Open the database file *file* and return a corresponding object."
Expand Down Expand Up @@ -555,7 +555,7 @@ msgid ""
"``'n'``."
msgstr ""
":func:`.open` siempre crea una nueva base de datos cuando el flag tiene "
"valor de ``’n’``."
"valor de ``'n'``."

#: ../Doc/library/dbm.rst:377
msgid ""
Expand Down