summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorВиталий Дмитриев <vitaldmit@bk.ru>2023-09-03 13:35:13 (GMT)
committerGitHub <noreply@github.com>2023-09-03 13:35:13 (GMT)
commit55846099b155833320bc6d64b03d902028bad439 (patch)
tree546369184703a2ffa795b0015438e8174d4e1f2c /Misc/NEWS.d
parent509bb61977cc8a4487efd3f9cdd63d9f7b86be62 (diff)
downloadcpython-55846099b155833320bc6d64b03d902028bad439.zip
cpython-55846099b155833320bc6d64b03d902028bad439.tar.gz
cpython-55846099b155833320bc6d64b03d902028bad439.tar.bz2
Fix duplicated words 'Be be' (GH-108815)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/3.10.0a3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0a3.rst b/Misc/NEWS.d/3.10.0a3.rst
index 755109c..70d5ce1 100644
--- a/Misc/NEWS.d/3.10.0a3.rst
+++ b/Misc/NEWS.d/3.10.0a3.rst
@@ -153,7 +153,7 @@ Allow an unparenthesized walrus in subscript indexes.
.. section: Core and Builtins
Make sure that the compiler front-end produces a well-formed control flow
-graph. Be be more aggressive in the compiler back-end, as it is now safe to
+graph. Be more aggressive in the compiler back-end, as it is now safe to
do so.
..