We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d79895 commit e279660Copy full SHA for e279660
1 file changed
Doc/library/dis.rst
@@ -1184,7 +1184,7 @@ iterations of the loop.
1184
1185
.. opcode:: BUILD_TEMPLATE
1186
1187
- It consumes ``STACK[-1]``(string) and ``STACK[-2]``(interpolations) and
+ It consumes ``STACK[-1]`` (string) and ``STACK[-2]`` (interpolations) and
1188
outputs the template object to ``STACK[-1]``.
1189
1190
.. versionadded:: 3.14
0 commit comments