Skip to content
Prev Previous commit
Next Next commit
Apply Erlend’s change suggestion
  • Loading branch information
geryogam authored Nov 28, 2022
commit a9273c61b8f41cc0d3ca3147e8e8585b1bb5883f
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ Module functions
autocommit=sqlite3.LEGACY_TRANSACTION_CONTROL)

Open a connection to an SQLite database.
If *autocommit* is ``False``, a new transaction is implicitly opened.

:param database:
The path to the database file to be opened.
Expand Down Expand Up @@ -326,6 +325,7 @@ Module functions
enabling various :ref:`sqlite3-uri-tricks`.

:param autocommit:
If *autocommit* is ``False``, a new transaction is implicitly opened.
See :attr:`Connection.autocommit` and
:ref:`sqlite3-transaction-control-autocommit` for more information.
*autocommit* currently defaults to
Comment thread
geryogam marked this conversation as resolved.
Outdated
Expand Down