Skip to content

Commit 24016a8

Browse files
erlend-aaslandFidget-Spinner
authored andcommitted
Docs: fixup incorrect escape char in sqlite3 docs (python#102945)
1 parent c95d83c commit 24016a8

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)