summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2/2.12/full.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2/2.12/full.rst')
-rw-r--r--doc/whatsnew/2/2.12/full.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2/2.12/full.rst b/doc/whatsnew/2/2.12/full.rst
index 923dd9a25..d3f7d0922 100644
--- a/doc/whatsnew/2/2.12/full.rst
+++ b/doc/whatsnew/2/2.12/full.rst
@@ -83,7 +83,7 @@ Release date: 2021-11-24
and allows it to be checked against actual output in a test.
* Fix a crash in the ``check_elif`` extensions where an undetected if in a comprehension
- with an if statement within a f-string resulted in an out of range error. The checker no
+ with an if statement within an f-string resulted in an out of range error. The checker no
longer relies on counting if statements anymore and uses known if statements locations instead.
It should not crash on badly parsed if statements anymore.