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 be30a6d commit f6b1c5eCopy full SHA for f6b1c5e
Doc/library/sqlite3.rst
@@ -752,7 +752,7 @@ Connection objects
752
Either ``"main"`` (the default) for the main database,
753
``"temp"`` for the temporary database,
754
or the name of a custom database as attached using the
755
- ``ATTACH DATABASE`` SQL statment.
+ ``ATTACH DATABASE`` SQL statement.
756
:type name: str
757
758
:param sleep:
@@ -851,7 +851,7 @@ Cursor objects
851
.. method:: executescript(sql_script, /)
852
853
Execute the SQL statements in *sql_script*.
854
- If there is a pending transaciton,
+ If there is a pending transaction,
855
an implicit ``COMMIT`` statement is executed first.
856
No other implicit transaction control is performed;
857
any transaction control must be added to *sql_script*.
0 commit comments