Skip to content

Commit 914356f

Browse files
authored
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC
1 parent f0c6fcc commit 914356f

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
@@ -1647,7 +1647,7 @@ iterations of the loop.
16471647

16481648
.. versionadded:: 3.13
16491649

1650-
.. opcode:: FORMAT_SPEC
1650+
.. opcode:: FORMAT_WITH_SPEC
16511651

16521652
Formats the given value with the given format spec::
16531653

0 commit comments

Comments
 (0)