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

This commit is contained in:
Georg Brandl 2010-07-10 12:01:34 +00:00
parent 47d48bb3e7
commit 1c616a5c92

View file

@ -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