Skip to content

Commit 422aa6f

Browse files
authored
Remove - where not necessary, add newlines
1 parent 1daff0f commit 422aa6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,9 @@ tkinter
359359
-------
360360

361361
* The ``tkinter.Text.search`` method now supports two additional
362-
arguments: ``-nolinestop`` which allows the search to continue across line boundaries;
363-
and ``-strictlimits`` which restricts the search to within the specified range.
362+
arguments: ``nolinestop`` which allows the search to
363+
continue across line boundaries;
364+
and ``strictlimits`` which restricts the search to within the specified range.
364365
(Contributed by Rihaan Meher in :gh:`130848`)
365366

366367
* A new method ``tkinter.Text.search_all`` has been introduced.

0 commit comments

Comments
 (0)