Skip to content

Commit 832952e

Browse files
news: use literal markup for undocumented unittest.util function
Sphinx cannot resolve :func: references to unittest.util since it is not part of the public documented API. Use double backticks instead.
1 parent 1db3122 commit 832952e

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,4 +1,4 @@
1-
Fix :func:`unittest.util.sorted_list_difference` to deduplicate remaining
1+
Fix ``unittest.util.sorted_list_difference()`` to deduplicate remaining
22
elements when one input list is exhausted before the other. Previously,
33
duplicates in the tail were included in the output despite the documented
44
guarantee that "Duplicate elements in either input list are ignored."

0 commit comments

Comments
 (0)