Skip to content

Commit 2a05bc6

Browse files
committed
Fix lint
1 parent ce4ffa6 commit 2a05bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ iterations of the loop.
11841184

11851185
.. opcode:: BUILD_TEMPLATE
11861186

1187-
It consumes ``STACK[-1]``(string) and ``STACK[-2]``(interpolations) and
1187+
It consumes ``STACK[-1]`` (string) and ``STACK[-2]`` (interpolations) and
11881188
outputs the template object to ``STACK[-1]``.
11891189

11901190
.. versionadded:: 3.14

0 commit comments

Comments
 (0)