mirror of https://github.com/python/cpython
Fix typo in 3.12 whatsnew (GH-96740)
This commit is contained in:
parent
6281affee6
commit
c4e57fb6df
|
@ -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`.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue