https://github.com/python/cpython/commit/6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90
commit: 6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: corona10 <[email protected]>
date: 2024-11-02T05:16:24Z
summary:

[3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) 
(gh-126320)

files:
M Doc/library/dis.rst

diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index aed4f38ba29ebe..e7b7b81497cb74 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::
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to