]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix duplicated words 'Be be' (GH-108815)
authorВиталий Дмитриев <vitaldmit@bk.ru>
Sun, 3 Sep 2023 13:35:13 +0000 (16:35 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Sep 2023 13:35:13 +0000 (16:35 +0300)
Misc/NEWS.d/3.10.0a3.rst

index 755109cbd376f449d568572c5d960997dceaf397..70d5ce1319c99fa4c6f64fdfd3528c66611bf77e 100644 (file)
@@ -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.
 
 ..