mirror of https://github.com/python/cpython.git
[3.10] gh-97567: Fixup cached_statements default value in sqlite3.connect docs (#97568)
This docs inconsistency was introduced by the 3.10 backport of gh-94629: gh-94646
This commit is contained in:
parent
232156144c
commit
6a41d11657
|
@ -257,7 +257,7 @@ Module functions
|
|||
|
||||
.. function:: connect(database, timeout=5.0, detect_types=0, \
|
||||
isolation_level="DEFERRED", check_same_thread=True, \
|
||||
factory=sqlite3.Connection, cached_statements=128, \
|
||||
factory=sqlite3.Connection, cached_statements=100, \
|
||||
uri=False)
|
||||
|
||||
Open a connection to an SQLite database.
|
||||
|
|
Loading…
Reference in New Issue