0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00

Doc: Fix typo in documentation for `MAKE_FUNCTION` opcode (#126396)

This commit is contained in:
Mikhail Efimov 2024-11-04 20:28:05 +03:00 committed by GitHub
parent eac41c5ddf
commit e5a4b402ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1562,7 +1562,7 @@ iterations of the loop.
.. opcode:: MAKE_FUNCTION
Pushes a new function object on the stack built from the code object at ``STACK[1]``.
Pushes a new function object on the stack built from the code object at ``STACK[-1]``.
.. versionchanged:: 3.10
Flag value ``0x04`` is a tuple of strings instead of dictionary