Skip to content

Commit 962acd4

Browse files
authored
Docs: fix two typos in the sqlite3 docs (#95661)
- statment => statement - transaciton => transaction
1 parent bdbadb9 commit 962acd4

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
@@ -887,7 +887,7 @@ Connection objects
887887
Either ``"main"`` (the default) for the main database,
888888
``"temp"`` for the temporary database,
889889
or the name of a custom database as attached using the
890-
``ATTACH DATABASE`` SQL statment.
890+
``ATTACH DATABASE`` SQL statement.
891891
:type name: str
892892

893893
:param sleep:
@@ -1060,7 +1060,7 @@ Cursor objects
10601060
.. method:: executescript(sql_script, /)
10611061

10621062
Execute the SQL statements in *sql_script*.
1063-
If there is a pending transaciton,
1063+
If there is a pending transaction,
10641064
an implicit ``COMMIT`` statement is executed first.
10651065
No other implicit transaction control is performed;
10661066
any transaction control must be added to *sql_script*.

0 commit comments

Comments
 (0)