File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -52,13 +52,18 @@ msgid ""
52
52
"interface compliant with the DB-API 2.0 specification described by :pep:"
53
53
"`249`."
54
54
msgstr ""
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`."
55
57
56
58
#: ../Doc/library/sqlite3.rst:23
57
59
msgid ""
58
60
"To use the module, you must first create a :class:`Connection` object that "
59
61
"represents the database. Here the data will be stored in the :file:`example."
60
62
"db` file::"
61
63
msgstr ""
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`:"
62
67
63
68
#: ../Doc/library/sqlite3.rst:30
64
69
msgid ""
You can’t perform that action at this time.
0 commit comments