Skip to content

Commit acc2f46

Browse files
committed
Se cambia palabra mandatorio por obligatorio, apesar de que mandatorio existe en la rae, acá se usa obligatorio
1 parent a95f158 commit acc2f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/sqlite3.po

Lines changed: 2 additions & 2 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-10-03 10:19-0500\n"
14+
"PO-Revision-Date: 2020-10-03 10:40-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -815,7 +815,7 @@ msgid ""
815815
msgstr ""
816816
"Este método crea un respaldo de una base de datos SQLite incluso mientras está siendo "
817817
"accedida por otros clientes, o concurrente por la misma conexión. La copia será escrita "
818-
"dentro del argumento mandatorio *target*, que deberá ser otra instancia de :class:"
818+
"dentro del argumento obligatorio *target*, que deberá ser otra instancia de :class:"
819819
"`Connection`."
820820

821821
#: ../Doc/library/sqlite3.rst:553

0 commit comments

Comments
 (0)