Skip to content

Commit 08254be

Browse files
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
1 parent 0f2ba65 commit 08254be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Module functions
259259
.. function:: connect(database, timeout=5.0, detect_types=0, \
260260
isolation_level="DEFERRED", check_same_thread=True, \
261261
factory=sqlite3.Connection, cached_statements=128, \
262-
uri=False, \*, \
262+
uri=False, *, \
263263
autocommit=sqlite3.LEGACY_TRANSACTION_CONTROL)
264264
265265
Open a connection to an SQLite database.

0 commit comments

Comments
 (0)