From: rimchoi Date: Sat, 2 Nov 2024 05:08:27 +0000 (+0900) Subject: gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) X-Git-Tag: v3.14.0a2~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=914356f4d485e378eb692e57d822b893acc0c0da;p=thirdparty%2FPython%2Fcpython.git gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 6c12d1b5e0dc..cf203a714ba1 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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::