@@ -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 22:07 -0500\n "
14
+ "PO-Revision-Date : 2020-10-07 16:14 -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 "
@@ -1437,13 +1437,15 @@ msgstr ""
1437
1437
1438
1438
#: ../Doc/library/sqlite3.rst:921
1439
1439
msgid "Letting your object adapt itself"
1440
- msgstr ""
1440
+ msgstr "Permitiéndole al objeto auto adaptarse "
1441
1441
1442
1442
#: ../Doc/library/sqlite3.rst:923
1443
1443
msgid ""
1444
1444
"This is a good approach if you write the class yourself. Let's suppose you "
1445
1445
"have a class like this::"
1446
1446
msgstr ""
1447
+ "Este es un buen enfoque si uno mismo escríbe la clase. Vamos a suponer que "
1448
+ "se tiene una clase como esta::"
1447
1449
1448
1450
#: ../Doc/library/sqlite3.rst:930
1449
1451
msgid ""
@@ -1454,6 +1456,12 @@ msgid ""
1454
1456
"protocol)`` which must return the converted value. The parameter *protocol* "
1455
1457
"will be :class:`PrepareProtocol`."
1456
1458
msgstr ""
1459
+ "Ahora se quiere almacenar el punto en una columna SQLite. Primero se debe "
1460
+ "elegir un tipo de los soportados para representar el punto. Se va a usar "
1461
+ "cadena de texto separando las coordenadas usando un punto y coma. Luego se "
1462
+ "necesita proveer a la clase el método ``__conform__(self, protocol)`` el "
1463
+ "cuál deberá retornar el valor convertido. El parámetro *protocol* será :"
1464
+ "class:`PrepareProtocol`."
1457
1465
1458
1466
#: ../Doc/library/sqlite3.rst:940
1459
1467
msgid "Registering an adapter callable"
0 commit comments