diff options
author | Виталий Дмитриев <vitaldmit@bk.ru> | 2023-03-12 18:03:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 18:03:59 (GMT) |
commit | f6ca71a42268dcd890bd1930501b6c7e6d7ce66e (patch) | |
tree | f34bf96736159ea2085c26830cdeb6f3716ed659 /Misc/NEWS.d/3.11.0a6.rst | |
parent | 6cd7572f859a32a1f4626644c3e8139055df59e3 (diff) | |
download | cpython-f6ca71a42268dcd890bd1930501b6c7e6d7ce66e.zip cpython-f6ca71a42268dcd890bd1930501b6c7e6d7ce66e.tar.gz cpython-f6ca71a42268dcd890bd1930501b6c7e6d7ce66e.tar.bz2 |
Fix duplicated words in the docs (GH-102629)
With grep utility found some duplicated words
Automerge-Triggered-By: GH:AlexWaygood
Diffstat (limited to 'Misc/NEWS.d/3.11.0a6.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a6.rst b/Misc/NEWS.d/3.11.0a6.rst index 68b80e4..8621edc 100644 --- a/Misc/NEWS.d/3.11.0a6.rst +++ b/Misc/NEWS.d/3.11.0a6.rst @@ -1055,7 +1055,7 @@ Patch by Victor Stinner. .. section: Build Building Python now requires support for floating point Not-a-Number (NaN): -remove the ``Py_NO_NAN`` macro. Patch by by Victor Stinner. +remove the ``Py_NO_NAN`` macro. Patch by Victor Stinner. .. |