mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
#8456: fix signature of sqlite3.connect().
This commit is contained in:
parent
47d48bb3e7
commit
1c616a5c92
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ Module functions and constants
|
|||
first blank for the column name: the column name would simply be "x".
|
||||
|
||||
|
||||
.. function:: connect(database[, timeout, isolation_level, detect_types, factory])
|
||||
.. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory, cached_statements])
|
||||
|
||||
Opens a connection to the SQLite database file *database*. You can use
|
||||
``":memory:"`` to open a database connection to a database that resides in RAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue