summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a1.rst
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-05-17 10:37:35 (GMT)
committerGitHub <noreply@github.com>2024-05-17 10:37:35 (GMT)
commit65de194dd80bbc8cb7098d21cfd6aefd11d0d0ce (patch)
tree7cb25ecce3e1798674f159618d96331cf64824b7 /Misc/NEWS.d/3.11.0a1.rst
parent033f5c87f1f876088701d1ae078dc39c41177d4a (diff)
downloadcpython-65de194dd80bbc8cb7098d21cfd6aefd11d0d0ce.zip
cpython-65de194dd80bbc8cb7098d21cfd6aefd11d0d0ce.tar.gz
cpython-65de194dd80bbc8cb7098d21cfd6aefd11d0d0ce.tar.bz2
Fix typos in documentation (#119092)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.11.0a1.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst
index 96a7cf6..40fbb9d 100644
--- a/Misc/NEWS.d/3.11.0a1.rst
+++ b/Misc/NEWS.d/3.11.0a1.rst
@@ -972,7 +972,7 @@ manager` protocols correspondingly.
.. section: Core and Builtins
Make sure that the line number is set when entering a comprehension scope.
-Ensures that backtraces inclusing generator expressions show the correct
+This ensures that backtraces including generator expressions show the correct
line number.
..