diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-01-10 13:08:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 13:08:08 (GMT) |
commit | 082998c3af5bfd163da5c0198cd10acf588a44ba (patch) | |
tree | 57f4ab10a0cadbb0615753ea62f205d65923d02d /Misc/NEWS.d/3.12.0a1.rst | |
parent | 7530c612d10030cf9d53e70b1acd333c31a97d7f (diff) | |
download | cpython-082998c3af5bfd163da5c0198cd10acf588a44ba.zip cpython-082998c3af5bfd163da5c0198cd10acf588a44ba.tar.gz cpython-082998c3af5bfd163da5c0198cd10acf588a44ba.tar.bz2 |
[3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)
Use cursive to make it looking like mathematic formulas.
(cherry picked from commit a8629816c6c0e6770248a60529fd7c9ba08aad55)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.12.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.12.0a1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0a1.rst b/Misc/NEWS.d/3.12.0a1.rst index 031ef2d..5bce9e1 100644 --- a/Misc/NEWS.d/3.12.0a1.rst +++ b/Misc/NEWS.d/3.12.0a1.rst @@ -1462,7 +1462,7 @@ expression, but there's no trailing brace. For example, f"{i=". .. nonce: Jf6gAj .. section: Core and Builtins -Cache the result of :c:func:`PyCode_GetCode` function to restore the O(1) +Cache the result of :c:func:`PyCode_GetCode` function to restore the *O*\ (1) lookup of the :attr:`~types.CodeType.co_code` attribute. .. |