File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -752,7 +752,7 @@ Connection objects
752
752
Either ``"main" `` (the default) for the main database,
753
753
``"temp" `` for the temporary database,
754
754
or the name of a custom database as attached using the
755
- ``ATTACH DATABASE `` SQL statment .
755
+ ``ATTACH DATABASE `` SQL statement .
756
756
:type name: str
757
757
758
758
:param sleep:
@@ -851,7 +851,7 @@ Cursor objects
851
851
.. method :: executescript(sql_script, /)
852
852
853
853
Execute the SQL statements in *sql_script *.
854
- If there is a pending transaciton ,
854
+ If there is a pending transaction ,
855
855
an implicit ``COMMIT `` statement is executed first.
856
856
No other implicit transaction control is performed;
857
857
any transaction control must be added to *sql_script *.
You can’t perform that action at this time.
0 commit comments