Skip to content

Commit af14a4f

Browse files
gh-118150: how to reference a class in NEWS file?
1 parent bd98298 commit af14a4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS.d/next/Library/2026-07-18-16-43-02.gh-issue-118150.x0mV8P.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Expose automated junk heruistic flag to the public in difflib.
33
.. section: Library
44
55
This change exposes the *autojunk* kwarg — used for turning on/off
6-
the automated junk heuristic in the :class:`SequenceMatcher` (which
7-
defaults to ``True``, meaning this heuristic was always performed
6+
the automated junk heuristic in the :class:`difflib.SequenceMatcher`
7+
(which defaults to ``True``, meaning this heuristic was always performed
88
in :mod:`difflib`) — to the public methods and functions of
99
the :mod:`difflib`, so that users can change the behavior of this option.
10-
See the :class:`SequenceMatcher` documentation for details.
10+
See the :class:`difflib.SequenceMatcher` documentation for details.

0 commit comments

Comments
 (0)