Skip to content

Commit bdd8855

Browse files
committed
Delete refs
1 parent 7bb0dc5 commit bdd8855

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/dis.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,8 +1171,8 @@ iterations of the loop.
11711171

11721172
.. opcode:: BUILD_INTERPOLATION
11731173

1174-
Constructs an :class:`~string.templatelib.Interpolation` object from the
1175-
following components, and pushes it onto the stack:
1174+
Constructs an Interpolation object from the following components, and pushes
1175+
it onto the stack:
11761176

11771177
* ``value``: the evaluated result at runtime
11781178
* ``name``: the expression's source code as a string
@@ -1183,8 +1183,8 @@ iterations of the loop.
11831183

11841184
.. opcode:: BUILD_TEMPLATE
11851185

1186-
Create a :class:`~string.templatelib.Template` object consuming interpolations
1187-
and a string from the stack, and pushes it onto the stack.
1186+
Create a Template object consuming interpolations and a string from the stack,
1187+
and pushes it onto the stack.
11881188

11891189
.. versionadded:: 3.14
11901190

0 commit comments

Comments
 (0)