Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a41d11

Browse files
authored
[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
1 parent 2321561 commit 6a41d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Module functions
257257

258258
.. function:: connect(database, timeout=5.0, detect_types=0, \
259259
isolation_level="DEFERRED", check_same_thread=True, \
260-
factory=sqlite3.Connection, cached_statements=128, \
260+
factory=sqlite3.Connection, cached_statements=100, \
261261
uri=False)
262262

263263
Open a connection to an SQLite database.

0 commit comments

Comments
 (0)