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

Skip to content

Commit 3fb419a

Browse files
author
G0erman
committed
Create a database in disk or in memory
1 parent ce99ee4 commit 3fb419a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/sqlite3.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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`."
5454
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`."
5557

5658
#: ../Doc/library/sqlite3.rst:23
5759
msgid ""
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::"
6163
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`:"
6267

6368
#: ../Doc/library/sqlite3.rst:30
6469
msgid ""

0 commit comments

Comments
 (0)