Skip to content

Commit b55d0e0

Browse files
committed
Fix markup in NEWS file.
1 parent 30df3b9 commit b55d0e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix deadlock in :c:func:`insert_split_key`. We must not acquire other locks
1+
Fix deadlock in ``insert_split_key()``. We must not acquire other locks
22
while holding the ``LOCK_KEYS()`` mutex. This issue is fixed by calling
3-
:c:func:`PyType_Modifed` after releasing the mutex.
3+
:c:func:`PyType_Modified` after releasing the mutex.

0 commit comments

Comments
 (0)