Skip to content

Commit f31e4bf

Browse files
committed
Corrección errores
1 parent 8e29d02 commit f31e4bf

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: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-09-23 19:21-0500\n"
14+
"PO-Revision-Date: 2020-09-23 19:53-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -681,16 +681,16 @@ msgid ""
681681
"Returning a non-zero value from the handler function will terminate the currently "
682682
"executing query and cause it to raise an :exc:`OperationalError` exception."
683683
msgstr ""
684-
"Retornando un valor diferente a 0 de la función manejadora terminará la actual consulta "
685-
"en ejecución y causará lanzar una excepción :exc:`OperationalError`."
684+
"Retornando un valor diferente a 0 de la función gestora terminará la actual consulta en "
685+
"ejecución y causará lanzar una excepción :exc:`OperationalError`."
686686

687687
#: ../Doc/library/sqlite3.rst:448
688688
msgid ""
689689
"Registers *trace_callback* to be called for each SQL statement that is actually executed "
690690
"by the SQLite backend."
691691
msgstr ""
692692
"Registra *trace_callback* para ser llamado por cada sentencia SQL que realmente se "
693-
"ejecute por el backend de SQLite."
693+
"ejecute por el *backend* de SQLite."
694694

695695
#: ../Doc/library/sqlite3.rst:451
696696
msgid ""

0 commit comments

Comments
 (0)