Skip to content

Commit c4e57fb

Browse files
authored
Fix typo in 3.12 whatsnew (GH-96740)
1 parent 6281aff commit c4e57fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dis
118118
do not appear in executable bytecode) are now exposed in the
119119
:mod:`dis` module.
120120
:data:`~dis.HAVE_ARGUMENT` is still relevant to real opcodes,
121-
but it is not useful for pseudo instrcutions. Use the new
121+
but it is not useful for pseudo instructions. Use the new
122122
:data:`~dis.hasarg` collection instead.
123123
(Contributed by Irit Katriel in :gh:`94216`.)
124124

0 commit comments

Comments
 (0)