@@ -555,7 +555,7 @@ Connection objects
555
555
supplied, this must be a callable returning an instance of :class: `Cursor `
556
556
or its subclasses.
557
557
558
- .. method :: blobopen(table, column, row, /, *, readonly=False, name="main")
558
+ .. method :: blobopen(table, column, row, /, \ *, readonly=False, name="main")
559
559
560
560
Open a :class: `Blob ` handle to an existing
561
561
:abbr: `BLOB ( Binary Large OBject ) `.
@@ -625,7 +625,7 @@ Connection objects
625
625
:meth: `~Cursor.executescript ` on it with the given *sql_script *.
626
626
Return the new cursor object.
627
627
628
- .. method :: create_function(name, narg, func, *, deterministic=False)
628
+ .. method :: create_function(name, narg, func, \ *, deterministic=False)
629
629
630
630
Create or remove a user-defined SQL function.
631
631
@@ -916,7 +916,7 @@ Connection objects
916
916
con.close()
917
917
918
918
919
- .. method :: backup(target, *, pages=-1, progress=None, name="main", sleep=0.250)
919
+ .. method :: backup(target, \ *, pages=-1, progress=None, name="main", sleep=0.250)
920
920
921
921
Create a backup of an SQLite database.
922
922
@@ -1028,7 +1028,7 @@ Connection objects
1028
1028
.. _SQLite limit category : https://www.sqlite.org/c3ref/c_limit_attached.html
1029
1029
1030
1030
1031
- .. method :: serialize(*, name="main")
1031
+ .. method :: serialize(\ *, name="main")
1032
1032
1033
1033
Serialize a database into a :class: `bytes ` object. For an
1034
1034
ordinary on-disk database file, the serialization is just a copy of the
@@ -1050,7 +1050,7 @@ Connection objects
1050
1050
.. versionadded :: 3.11
1051
1051
1052
1052
1053
- .. method :: deserialize(data, /, *, name="main")
1053
+ .. method :: deserialize(data, /, \ *, name="main")
1054
1054
1055
1055
Deserialize a :meth: `serialized <serialize> ` database into a
1056
1056
:class: `Connection `.
0 commit comments