Skip to content

Commit ebd7301

Browse files
Remove !
1 parent 6f4df66 commit ebd7301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ iterations of the loop.
16421642

16431643
Pushes a ``NULL`` to the stack.
16441644
Used in the call sequence to match the ``NULL`` pushed by
1645-
:opcode:`!LOAD_ATTR` for non-method calls.
1645+
:opcode:`LOAD_ATTR` for non-method calls.
16461646

16471647
.. versionadded:: 3.11
16481648

0 commit comments

Comments
 (0)