summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a2.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.0a2.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.0a2.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a2.rst b/Misc/NEWS.d/3.11.0a2.rst
index f3fc62e..05644d0 100644
--- a/Misc/NEWS.d/3.11.0a2.rst
+++ b/Misc/NEWS.d/3.11.0a2.rst
@@ -34,7 +34,7 @@ module but frozen modules are disabled.
.. nonce: veL4lJ
.. section: Core and Builtins
-Specialize simple calls to Python functions (no starargs, keyowrd dict, or
+Specialize simple calls to Python functions (no starargs, keyword dict, or
closure)
..