We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbadb9 commit 962acd4Copy full SHA for 962acd4
Doc/library/sqlite3.rst
@@ -887,7 +887,7 @@ Connection objects
887
Either ``"main"`` (the default) for the main database,
888
``"temp"`` for the temporary database,
889
or the name of a custom database as attached using the
890
- ``ATTACH DATABASE`` SQL statment.
+ ``ATTACH DATABASE`` SQL statement.
891
:type name: str
892
893
:param sleep:
@@ -1060,7 +1060,7 @@ Cursor objects
1060
.. method:: executescript(sql_script, /)
1061
1062
Execute the SQL statements in *sql_script*.
1063
- If there is a pending transaciton,
+ If there is a pending transaction,
1064
an implicit ``COMMIT`` statement is executed first.
1065
No other implicit transaction control is performed;
1066
any transaction control must be added to *sql_script*.
0 commit comments