@@ -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-10-06 21:24 -0500\n "
14
+ "PO-Revision-Date : 2020-10-06 22:07 -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 "
@@ -1257,7 +1257,7 @@ msgstr "Excepciones"
1257
1257
1258
1258
#: ../Doc/library/sqlite3.rst:819
1259
1259
msgid "A subclass of :exc:`Exception`."
1260
- msgstr "Una subclase de :exe :`Exception`."
1260
+ msgstr "Una subclase de :exc :`Exception`."
1261
1261
1262
1262
#: ../Doc/library/sqlite3.rst:823
1263
1263
msgid ""
@@ -1329,7 +1329,7 @@ msgid ""
1329
1329
"SQLite natively supports the following types: ``NULL``, ``INTEGER``, "
1330
1330
"``REAL``, ``TEXT``, ``BLOB``."
1331
1331
msgstr ""
1332
- "SQLite soporta nativamente los siguientes tipos: ``NULL``, ``INTEGER``, "
1332
+ "SQLite soporta de forma nativa los siguientes tipos: ``NULL``, ``INTEGER``, "
1333
1333
"``REAL``, ``TEXT``, ``BLOB``."
1334
1334
1335
1335
#: ../Doc/library/sqlite3.rst:868
@@ -1411,6 +1411,8 @@ msgstr ""
1411
1411
#: ../Doc/library/sqlite3.rst:909
1412
1412
msgid "Using adapters to store additional Python types in SQLite databases"
1413
1413
msgstr ""
1414
+ "Usando adaptadores para almacenar tipos adicionales de Python en bases de "
1415
+ "datos SQLite"
1414
1416
1415
1417
#: ../Doc/library/sqlite3.rst:911
1416
1418
msgid ""
@@ -1419,12 +1421,19 @@ msgid ""
1419
1421
"sqlite3 module's supported types for SQLite: one of NoneType, int, float, "
1420
1422
"str, bytes."
1421
1423
msgstr ""
1424
+ "Como se describió anteriormente, SQLite soporta solamente un conjunto "
1425
+ "limitado de tipos de forma nativa. Para usar otros tipos de Python con "
1426
+ "SQLite, se deben **adaptar** a uno de los tipos de datos soportados por el "
1427
+ "módulo sqlite3 para SQLite: uno de *NoneType*, entero, flotante, cadena de "
1428
+ "texto o *bytes*."
1422
1429
1423
1430
#: ../Doc/library/sqlite3.rst:916
1424
1431
msgid ""
1425
1432
"There are two ways to enable the :mod:`sqlite3` module to adapt a custom "
1426
1433
"Python type to one of the supported ones."
1427
1434
msgstr ""
1435
+ "Hay dos formas de habilitar el módulo :mod:`sqlite3` para adaptar un tipo "
1436
+ "personalizado de Python a alguno de los admitidos."
1428
1437
1429
1438
#: ../Doc/library/sqlite3.rst:921
1430
1439
msgid "Letting your object adapt itself"
0 commit comments