]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] Remove duplicated words words (GH-22298). (GH-22299)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Sep 2020 07:13:57 +0000 (10:13 +0300)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 4 Oct 2020 15:32:39 +0000 (17:32 +0200)
(cherry picked from commit 27201cddf3b25be7df25bbe36966531539757d60)

Doc/library/tkinter.font.rst
Doc/whatsnew/3.9.rst

index 30c1e7b5f9eb434a6951b6b089e690f54429035e..b0f4505e9e3c69280fb14816cba22f2147e572f5 100644 (file)
@@ -38,8 +38,8 @@ The different font weights and slants are:
        | *family* - font family i.e. Courier, Times
        | *size* - font size
        |     If *size* is positive it is interpreted as size in points.
-       |     If *size* is a negative number its absolute value is treated as
-             as size in pixels.
+       |     If *size* is a negative number its absolute value is treated
+       |     as size in pixels.
        | *weight* - font emphasis (NORMAL, BOLD)
        | *slant* - ROMAN, ITALIC
        | *underline* - font underlining (0 - none, 1 - underline)
index f46bf8c9ee1ea4d46d3929d9093d7913547ac57b..95188b7493ad448d87e6a46307dcfa0132632dcf 100644 (file)
@@ -901,7 +901,7 @@ Removed
   deprecated since 2006, and only returning ``False`` when it's called.
   (Contributed by Batuhan Taskaya in :issue:`40208`)
 
-* The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks` have
+* The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks`
   have been removed. They were deprecated since Python 3.7 and you can use
   :func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
   (Contributed by Rémi Lapeyre in :issue:`40967`)