Kaydet (Commit) 1c616a5c authored tarafından Georg Brandl's avatar Georg Brandl

#8456: fix signature of sqlite3.connect().

üst 47d48bb3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment