Skip to content

Commit 8c2b76e

Browse files
committed
Fix Sphinx formatting in NEWS entry
1 parent dc933c0 commit 8c2b76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix `threading.Thread.is_alive()` to remain `True` until the underlying OS
1+
Fix :obj:`threading.Thread.is_alive` to remain ``True`` until the underlying OS
22
thread is fully cleaned up. This avoids false negatives in edge cases
3-
involving thread monitoring or premature `is_alive()` calls.
3+
involving thread monitoring or premature :obj:`threading.Thread.is_alive` calls.

0 commit comments

Comments
 (0)