Skip to content

Commit 61e64a2

Browse files
gh-118150: fix for sphinx linter
1 parent d117379 commit 61e64a2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,10 @@ ctypes
260260
difflib
261261
-------
262262

263-
* Expose *autojunk* parameter from :class:`difflib.SequenceMatcher` in public
264-
functions and class methods which allows to modifty behavior of automatic
265-
junk heuristic in :mod:`difflib`.
263+
* Expose optional ``autojunk`` parameter from :class:`difflib.SequenceMatcher`
264+
to public functions and class methods in :mod:`difflib`,
265+
allowing to modify behavior of automatic junk heuristic in this module
266+
in higher public class methods and functions.
266267
(Contributed by Tomasz Kazimierczak in :gh:`118150`)
267268

268269

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Expose automated junk heuristic kwarg-only flag `autojunk` from
1+
Expose automated junk heuristic kwarg-only flag ``autojunk`` from
22
:class:`difflib.SequenceMatcher` to the public functions
33
and class methods in the :mod:`difflib`.
44
See :class:`difflib.SequenceMatcher` documentation for details

0 commit comments

Comments
 (0)