From 6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 2 Nov 2024 06:16:24 +0100 Subject: [PATCH] [3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (gh-126320) --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index aed4f38ba29..e7b7b81497c 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::