bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
(cherry picked from commit 6672c16b1d7f83789bf3a2016bd19edfd3568e71)
Co-authored-by: Taine Zhao <twshere@outlook.com>
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index b1404af..f4dfe16 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -1198,7 +1198,7 @@
.. versionadded:: 3.7
-.. opcode:: MAKE_FUNCTION (argc)
+.. opcode:: MAKE_FUNCTION (flags)
Pushes a new function object on the stack. From bottom to top, the consumed
stack must consist of values if the argument carries a specified flag value