]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113664: Improve style of Big O notation (GH-113695)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Jan 2024 13:01:18 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 13:01:18 +0000 (15:01 +0200)
commita8629816c6c0e6770248a60529fd7c9ba08aad55
tree4a7291a304cc8dd3f5ca1a0a5718320141c063b8
parente9d5b6ea2d68564f176fdf70c2d7028e060c62b5
gh-113664: Improve style of Big O notation (GH-113695)

Use cursive to make it looking like mathematic formulas.
16 files changed:
Doc/faq/design.rst
Doc/glossary.rst
Doc/library/asyncio-policy.rst
Doc/library/bisect.rst
Doc/library/collections.rst
Doc/library/contextvars.rst
Doc/library/heapq.rst
Doc/library/select.rst
Doc/reference/datamodel.rst
Doc/using/cmdline.rst
Doc/whatsnew/2.3.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.3.rst
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.12.0a7.rst
Misc/NEWS.d/3.5.0a1.rst