@@ -542,7 +542,7 @@ Connection objects
542
542
supplied, this must be a callable returning an instance of :class: `Cursor `
543
543
or its subclasses.
544
544
545
- .. method :: blobopen(table, column, row, /, *, readonly=False, name="main")
545
+ .. method :: blobopen(table, column, row, /, \ *, readonly=False, name="main")
546
546
547
547
Open a :class: `Blob ` handle to an existing
548
548
:abbr: `BLOB ( Binary Large OBject ) `.
@@ -612,7 +612,7 @@ Connection objects
612
612
:meth: `~Cursor.executescript ` on it with the given *sql_script *.
613
613
Return the new cursor object.
614
614
615
- .. method :: create_function(name, narg, func, *, deterministic=False)
615
+ .. method :: create_function(name, narg, func, \ *, deterministic=False)
616
616
617
617
Create or remove a user-defined SQL function.
618
618
@@ -903,7 +903,7 @@ Connection objects
903
903
con.close()
904
904
905
905
906
- .. method :: backup(target, *, pages=-1, progress=None, name="main", sleep=0.250)
906
+ .. method :: backup(target, \ *, pages=-1, progress=None, name="main", sleep=0.250)
907
907
908
908
Create a backup of an SQLite database.
909
909
@@ -1015,7 +1015,7 @@ Connection objects
1015
1015
.. _SQLite limit category : https://www.sqlite.org/c3ref/c_limit_attached.html
1016
1016
1017
1017
1018
- .. method :: serialize(*, name="main")
1018
+ .. method :: serialize(\ *, name="main")
1019
1019
1020
1020
Serialize a database into a :class: `bytes ` object. For an
1021
1021
ordinary on-disk database file, the serialization is just a copy of the
@@ -1037,7 +1037,7 @@ Connection objects
1037
1037
.. versionadded :: 3.11
1038
1038
1039
1039
1040
- .. method :: deserialize(data, /, *, name="main")
1040
+ .. method :: deserialize(data, /, \ *, name="main")
1041
1041
1042
1042
Deserialize a :meth: `serialized <serialize> ` database into a
1043
1043
:class: `Connection `.
0 commit comments