]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Thu, 23 Mar 2023 13:21:32 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 13:21:32 +0000 (14:21 +0100)
Doc/library/sqlite3.rst

index 4b2d13ab3a8fcdb57b996f195851da3f5cc5296c..51146e00999659b5f2623d29ca8af860ae6f5e62 100644 (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.