Skip to content

Commit 4189d5a

Browse files
committed
Tweaks to changes
1 parent 9361642 commit 4189d5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ next
1717
SQLite, with automatic conversion of Python objects on writing and
1818
reading.
1919

20-
:meth:`Connection.convert_binding` (and :meth:`Cursor.convert_binding`)
20+
:attr:`Connection.convert_binding` (and :attr:`Cursor.convert_binding`)
2121
callback to allow conversion of bindings when executing SQL.
2222

23-
:meth:`Connection.convert_jsonb` (and :meth:`Cursor.convert_jsonb`)
23+
:attr:`Connection.convert_jsonb` (and :attr:`Cursor.convert_jsonb`)
2424
callback to allow conversion of :ref:`JSONB <jsonb>` when reading
2525
query results. (JSONB is SQLite's internal parsed format for quick
2626
operations on JSON.)
@@ -29,7 +29,7 @@ operations on JSON.)
2929
allowing direct conversion between Python objects and JSONB, without
3030
having to go through the intermediate JSON text format.
3131

32-
Added :func:`apsw.ext.Function` for calling of SQL functions directly
32+
Added :func:`apsw.ext.Function` for calling SQL functions directly
3333
from Python.
3434

3535
3.50.4.0

0 commit comments

Comments
 (0)