File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14- "PO-Revision-Date : 2020-05-24 12:09 -0500\n "
14+ "PO-Revision-Date : 2020-05-24 16:38 -0500\n "
1515"Language-Team : python-doc-es\n "
1616"MIME-Version : 1.0\n "
1717"Content-Type : text/plain; charset=UTF-8\n "
@@ -52,13 +52,18 @@ msgid ""
5252"interface compliant with the DB-API 2.0 specification described by :pep:"
5353"`249`."
5454msgstr ""
55+ "El módulo sqlite3 fue escrito por Gerhard Häring. Provee una interfaz SQL "
56+ "compatible con la especificación DB-API 2.0 descrita por :pep:`249`."
5557
5658#: ../Doc/library/sqlite3.rst:23
5759msgid ""
5860"To use the module, you must first create a :class:`Connection` object that "
5961"represents the database. Here the data will be stored in the :file:`example."
6062"db` file::"
6163msgstr ""
64+ "Para usar el módulo, primero se debe crear un objeto :class:`Connection` que "
65+ "representa la base de datos. Aquí los datos serán almacenados en el archivo :"
66+ "file:`example.db`:"
6267
6368#: ../Doc/library/sqlite3.rst:30
6469msgid ""
You can’t perform that action at this time.
0 commit comments