Skip to content

Commit 5b43981

Browse files
rimi0108miss-islington
authored andcommitted
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (cherry picked from commit 914356f) Co-authored-by: rimchoi <[email protected]>
1 parent bdda85e commit 5b43981

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

16361636
.. versionadded:: 3.13
16371637

1638-
.. opcode:: FORMAT_SPEC
1638+
.. opcode:: FORMAT_WITH_SPEC
16391639

16401640
Formats the given value with the given format spec::
16411641

0 commit comments

Comments
 (0)