]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
authorrimchoi <hyerimc858@gmail.com>
Sat, 2 Nov 2024 05:08:27 +0000 (14:08 +0900)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 05:08:27 +0000 (14:08 +0900)
Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC

Doc/library/dis.rst

index 6c12d1b5e0dcea9db4d9bccfae2926af6efeaba7..cf203a714ba126bb23056aa3d8f59ac2421b1021 100644 (file)
@@ -1647,7 +1647,7 @@ iterations of the loop.
 
    .. versionadded:: 3.13
 
-.. opcode:: FORMAT_SPEC
+.. opcode:: FORMAT_WITH_SPEC
 
    Formats the given value with the given format spec::