Skip to content

Commit 680189a

Browse files
committed
Clarify BUILD_INTERPOLATION behavior
1 parent 05b5beb commit 680189a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/dis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,8 @@ iterations of the loop.
11351135

11361136
.. opcode:: BUILD_INTERPOLATION (format)
11371137

1138-
Constructs a new :class:`~string.templatelib.Interpolation` from an
1139-
expression and its source text and pushes the resulting instance onto the
1138+
Constructs a new :class:`~string.templatelib.Interpolation` from a
1139+
value and its source expression and pushes the resulting instance onto the
11401140
stack.
11411141

11421142
If no conversion or format specification is present, ``format`` is set to

0 commit comments

Comments
 (0)