summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.9.0a3.rst
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-06 17:40:09 (GMT)
committerGitHub <noreply@github.com>2021-10-06 17:40:09 (GMT)
commit470145f572b53fe73518cda1eeacc56fec78c1b2 (patch)
tree10071daf26de01236ec7797d4aef895df719a01a /Misc/NEWS.d/3.9.0a3.rst
parentf528045f695f7483d955a1eae4c1df68b1b4cacd (diff)
downloadcpython-470145f572b53fe73518cda1eeacc56fec78c1b2.zip
cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.gz
cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.bz2
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Diffstat (limited to 'Misc/NEWS.d/3.9.0a3.rst')
-rw-r--r--Misc/NEWS.d/3.9.0a3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.9.0a3.rst b/Misc/NEWS.d/3.9.0a3.rst
index 6c71d7e..77ccc74 100644
--- a/Misc/NEWS.d/3.9.0a3.rst
+++ b/Misc/NEWS.d/3.9.0a3.rst
@@ -178,7 +178,7 @@ last iteration of asynchronous for loops. Patch by Pablo Galindo.
.. nonce: WG9alt
.. section: Core and Builtins
-Fix incorrent line execution reporting in trace functions when tracing
+Fix incorrect line execution reporting in trace functions when tracing
exception handlers with name binding. Patch by Pablo Galindo.
..
@@ -685,7 +685,7 @@ but not required. Patch by Juergen Gmach.
.. section: Library
Fixed __subclasshook__ of :class:`os.PathLike` to return a correct result
-upon inheritence. Patch by Bar Harel.
+upon inheritance. Patch by Bar Harel.
..