Skip to content

Commit 28df9d3

Browse files
committed
Aceptada sugerencia en traducción
1 parent a26ed5f commit 28df9d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/sqlite3.po

Lines changed: 4 additions & 4 deletions
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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2022-12-30 21:21-0300\n"
14+
"PO-Revision-Date: 2022-12-30 21:25-0300\n"
1515
"Last-Translator: Alfonso Areiza Guerra <alfareiza@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -448,7 +448,7 @@ msgid ""
448448
msgstr ""
449449
"Registra un *adapter* invocable para adaptar el tipo de Python *type* en un tipo SQLite. El adaptador se llama "
450450
"con un objeto python de tipo *type* como único argumento, y debe retornar un valor de un :ref:`tipo que SQLite "
451-
"entiende de forma nativa <sqlite3-tyoes>`.natively understands <sqlite3-types>`."
451+
"entiende de forma nativa <sqlite3-types>`."
452452

453453
#: ../Doc/library/sqlite3.rst:401
454454
msgid ""
@@ -1978,8 +1978,8 @@ msgid ""
19781978
"*adapt* them to one of the :ref:`Python types SQLite natively understands <sqlite3-types>`."
19791979
msgstr ""
19801980
"SQLite solo admite un conjunto limitado de tipos de datos de forma nativa. Para almacenar tipos personalizados "
1981-
"de Python en bases de datos SQLite, adáptelos a uno de los :ref:`Python types SQLite natively understands "
1982-
"<sqlite3-types>`."
1981+
"de Python en bases de datos SQLite, adáptelos a uno de los :ref:`tipos Python que SQLite entiende de forma "
1982+
"nativa <sqlite3-types>`."
19831983

19841984
#: ../Doc/library/sqlite3.rst:1882
19851985
msgid ""

0 commit comments

Comments
 (0)