Skip to content

Commit f6b1c5e

Browse files
miss-islingtonceh
andauthored
Docs: fix two typos in the sqlite3 docs (GH-95661)
- statment => statement - transaciton => transaction (cherry picked from commit 962acd4) Co-authored-by: ceh <[email protected]>
1 parent be30a6d commit f6b1c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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*.

0 commit comments

Comments
 (0)