]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 3.12 whatsnew (GH-96740)
authorMaksym Medvied <5236517+medvied@users.noreply.github.com>
Sat, 10 Sep 2022 18:14:01 +0000 (22:14 +0400)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2022 18:14:01 +0000 (19:14 +0100)
Doc/whatsnew/3.12.rst

index 70a1104127e9a8829f0bde9d2d3ed0c927f79836..27285de1984307cccdbce8a7a79317c1d2ed10b7 100644 (file)
@@ -118,7 +118,7 @@ dis
   do not appear in executable bytecode) are now exposed in the
   :mod:`dis` module.
   :data:`~dis.HAVE_ARGUMENT` is still relevant to real opcodes,
-  but it is not useful for pseudo instrcutions. Use the new
+  but it is not useful for pseudo instructions. Use the new
   :data:`~dis.hasarg` collection instead.
   (Contributed by Irit Katriel in :gh:`94216`.)