mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue