https://github.com/python/cpython/commit/914356f4d485e378eb692e57d822b893acc0c0da
commit: 914356f4d485e378eb692e57d822b893acc0c0da
branch: main
author: rimchoi <[email protected]>
committer: corona10 <[email protected]>
date: 2024-11-02T14:08:27+09:00
summary:
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC
files:
M Doc/library/dis.rst
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 6c12d1b5e0dcea..cf203a714ba126 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::
_______________________________________________
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]