@@ -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-10-06 22:07 -0500\n "
14+ "PO-Revision-Date : 2020-10-07 16:14 -0500\n "
1515"Language-Team : python-doc-es\n "
1616"MIME-Version : 1.0\n "
1717"Content-Type : text/plain; charset=UTF-8\n "
@@ -1437,13 +1437,15 @@ msgstr ""
14371437
14381438#: ../Doc/library/sqlite3.rst:921
14391439msgid "Letting your object adapt itself"
1440- msgstr ""
1440+ msgstr "Permitiéndole al objeto auto adaptarse "
14411441
14421442#: ../Doc/library/sqlite3.rst:923
14431443msgid ""
14441444"This is a good approach if you write the class yourself. Let's suppose you "
14451445"have a class like this::"
14461446msgstr ""
1447+ "Este es un buen enfoque si uno mismo escríbe la clase. Vamos a suponer que "
1448+ "se tiene una clase como esta::"
14471449
14481450#: ../Doc/library/sqlite3.rst:930
14491451msgid ""
@@ -1454,6 +1456,12 @@ msgid ""
14541456"protocol)`` which must return the converted value. The parameter *protocol* "
14551457"will be :class:`PrepareProtocol`."
14561458msgstr ""
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`."
14571465
14581466#: ../Doc/library/sqlite3.rst:940
14591467msgid "Registering an adapter callable"
0 commit comments