Skip to content
Prev Previous commit
Next Next commit
Address review: fix formatting
  • Loading branch information
erlend-aasland committed Aug 4, 2022
commit a3bb1bb3be68d839768b95933e92903f14127f27
7 changes: 4 additions & 3 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,10 @@ Reference
Module functions and constants
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated

Comment thread
erlend-aasland marked this conversation as resolved.
.. function:: connect(database, timeout=5.0, detect_types=0,
isolation_level="DEFERRED", check_same_thread=True,
factory=sqlite3.Connection, cached_statements=128, uri=False)
.. function:: connect(database, timeout=5.0, detect_types=0, \
isolation_level="DEFERRED", check_same_thread=True, \
factory=sqlite3.Connection, cached_statements=128, \
uri=False)

Open a connection to an SQLite database.

Expand Down