From: Maksym Medvied <5236517+medvied@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:14:01 +0000 (+0400) Subject: Fix typo in 3.12 whatsnew (GH-96740) X-Git-Tag: v3.12.0a1~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4e57fb6df15266920941b732ef3a58fb619d851;p=thirdparty%2FPython%2Fcpython.git Fix typo in 3.12 whatsnew (GH-96740) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 70a1104127e9..27285de19843 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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`.)