Docs: fixup incorrect escape char in sqlite3 docs (#102945)

This commit is contained in:
Erlend E. Aasland 2023-03-23 14:21:32 +01:00 committed by GitHub
parent 0f2ba65805
commit 08254be6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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