]> granicus.if.org Git - python/commitdiff
For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is pushed...
authorEric V. Smith <eric@trueblade.com>
Wed, 4 Nov 2015 12:11:13 +0000 (07:11 -0500)
committerEric V. Smith <eric@trueblade.com>
Wed, 4 Nov 2015 12:11:13 +0000 (07:11 -0500)
Doc/library/dis.rst

index ef601e6698f5b9ccf69c25654042ac7318a63f90..7222636545dcf86388fcef271643f5092287541d 100644 (file)
@@ -1005,7 +1005,8 @@ the more significant byte last.
    * ``(flags & 0x04) == 0x04``: pop *fmt_spec* from the stack and use
      it, else use an empty *fmt_spec*.
 
-   Formatting is performed using the :c:func:`PyObject_Format` function.
+   Formatting is performed using :c:func:`PyObject_Format`.  The
+   result is pushed on the stack.
 
    .. versionadded:: 3.6