Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c616a5

Browse files
committed
#8456: fix signature of sqlite3.connect().
1 parent 47d48bb commit 1c616a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Module functions and constants
136136
first blank for the column name: the column name would simply be "x".
137137

138138

139-
.. function:: connect(database[, timeout, isolation_level, detect_types, factory])
139+
.. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory, cached_statements])
140140

141141
Opens a connection to the SQLite database file *database*. You can use
142142
``":memory:"`` to open a database connection to a database that resides in RAM

0 commit comments

Comments
 (0)