Skip to content

Commit c7dbc7e

Browse files
committed
Fix NEWS: use literal markup for sqlite3_step()
1 parent 05086f0 commit c7dbc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Fixed a crash in the :mod:`sqlite3` module caused by closing the database
22
connection from within a callback function invoked during
3-
:func:`sqlite3_step` (e.g., an aggregate ``step``, a user-defined function
3+
``sqlite3_step()`` (e.g., an aggregate ``step``, a user-defined function
44
via :meth:`~sqlite3.Connection.create_function`, a progress handler, or a
55
collation callback). Raise :exc:`~sqlite3.ProgrammingError` instead of
66
crashing.

0 commit comments

Comments
 (0)