From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 2 Nov 2024 05:16:24 +0000 (+0100) Subject: [3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (gh-126320) X-Git-Tag: v3.13.1~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (gh-126320) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index aed4f38ba29e..e7b7b81497cb 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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::