Skip to content

Commit 4c855e2

Browse files
committed
Fix typo
1 parent f69759e commit 4c855e2

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
@@ -1040,7 +1040,7 @@ All of the following opcodes use their arguments.
10401040
calls the callable object with those arguments, and pushes the return value
10411041
returned by the callable object.
10421042

1043-
.. versionadded:: 3.1
1043+
.. versionadded:: 3.11
10441044

10451045

10461046
.. opcode:: CALL_FUNCTION_EX (flags)

0 commit comments

Comments
 (0)