File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments