mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
This commit is contained in:
parent
0f2ba65805
commit
08254be6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,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, \
|
||||
uri=False, \*, \
|
||||
uri=False, *, \
|
||||
autocommit=sqlite3.LEGACY_TRANSACTION_CONTROL)
|
||||
|
||||
Open a connection to an SQLite database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue