mirror of
https://github.com/python/cpython.git
synced 2026-01-27 01:32:20 +00:00
[3.13] Doc: Fix typo in documentation for `MAKE_FUNCTION` opcode (GH-126396) (#126406)
Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (GH-126396)
(cherry picked from commit e5a4b402ae)
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
This commit is contained in:
parent
cddecf228a
commit
9e72a3f2e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1550,7 +1550,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue