Skip to content

Commit 6d893ba

Browse files
[3.9] Remove duplicated words words (GH-22298). (GH-22299)
(cherry picked from commit 27201cd)
1 parent 234ae8f commit 6d893ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/tkinter.font.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The different font weights and slants are:
3838
| *family* - font family i.e. Courier, Times
3939
| *size* - font size
4040
| If *size* is positive it is interpreted as size in points.
41-
| If *size* is a negative number its absolute value is treated as
42-
as size in pixels.
41+
| If *size* is a negative number its absolute value is treated
42+
| as size in pixels.
4343
| *weight* - font emphasis (NORMAL, BOLD)
4444
| *slant* - ROMAN, ITALIC
4545
| *underline* - font underlining (0 - none, 1 - underline)

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ Removed
887887
deprecated since 2006, and only returning ``False`` when it's called.
888888
(Contributed by Batuhan Taskaya in :issue:`40208`)
889889

890-
* The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks` have
890+
* The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks`
891891
have been removed. They were deprecated since Python 3.7 and you can use
892892
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
893893
(Contributed by Rémi Lapeyre in :issue:`40967`)

0 commit comments

Comments
 (0)