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
752752 Either ``"main" `` (the default) for the main database,
753753 ``"temp" `` for the temporary database,
754754 or the name of a custom database as attached using the
755- ``ATTACH DATABASE `` SQL statment .
755+ ``ATTACH DATABASE `` SQL statement .
756756 :type name: str
757757
758758 :param sleep:
@@ -851,7 +851,7 @@ Cursor objects
851851 .. method :: executescript(sql_script, /)
852852
853853 Execute the SQL statements in *sql_script *.
854- If there is a pending transaciton ,
854+ If there is a pending transaction ,
855855 an implicit ``COMMIT `` statement is executed first.
856856 No other implicit transaction control is performed;
857857 any transaction control must be added to *sql_script *.
You can’t perform that action at this time.
0 commit comments