]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (gh-126320)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Nov 2024 05:16:24 +0000 (06:16 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 05:16:24 +0000 (05:16 +0000)
Doc/library/dis.rst

index aed4f38ba29ebe1a11d09089f2d3f09c54425bcb..e7b7b81497cb744bdcdb55a5f59006759d6d0d5e 100644 (file)
@@ -1635,7 +1635,7 @@ iterations of the loop.
 
    .. versionadded:: 3.13
 
-.. opcode:: FORMAT_SPEC
+.. opcode:: FORMAT_WITH_SPEC
 
    Formats the given value with the given format spec::