]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicated words words (GH-22298)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Sep 2020 06:54:42 +0000 (09:54 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 06:54:42 +0000 (09:54 +0300)
Doc/library/tkinter.font.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/next/Library/2020-06-02-23-49-07.bpo-32604.ZN4V4l.rst
Misc/NEWS.d/next/Library/2020-06-04-16-25-15.bpo-40807.yYyLWx.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 b3cc84d07f38d5ab1825eb79de49941e601287bf..e9fc496e47e24e2ec6cf518d3ce37ced9b4464b3 100644 (file)
@@ -887,7 +887,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`)
index 6375276602e4a3cee8d2a6b970021c9c87ed9e7f..af284b06eaed6e33fe335aa710c60b24f2f1a62e 100644 (file)
@@ -1,2 +1,2 @@
-Fix reference leak in the :mod:`select` module when the the module is
+Fix reference leak in the :mod:`select` module when the module is
 imported in a subinterpreter.
index 532b809b77eed3d86e3c11eb0e15b6d0311c2e7a..c64a86295d7700ece19b7a617bb68a3e76195c7a 100644 (file)
@@ -1,2 +1,2 @@
 Stop codeop._maybe_compile, used by code.InteractiveInterpreter (and IDLE).
-from from emitting each warning three times.
+from emitting each warning three times.