From: Виталий Дмитриев Date: Sun, 3 Sep 2023 13:35:13 +0000 (+0300) Subject: Fix duplicated words 'Be be' (GH-108815) X-Git-Tag: v3.13.0a1~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55846099b155833320bc6d64b03d902028bad439;p=thirdparty%2FPython%2Fcpython.git Fix duplicated words 'Be be' (GH-108815) --- diff --git a/Misc/NEWS.d/3.10.0a3.rst b/Misc/NEWS.d/3.10.0a3.rst index 755109cbd376..70d5ce1319c9 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. ..