]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Docs: format sys.float_info properly (GH-108107) (#108131)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Aug 2023 09:13:09 +0000 (02:13 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 09:13:09 +0000 (10:13 +0100)
commit0673d4c762d6dc4c742e71e76cee66181c457f24
treed80928e6be8275158b195e5f7b1f458e592a2c65
parent441797d4ffb12acda257370b9e5e19ed8d6e8a71
[3.11] Docs: format sys.float_info properly (GH-108107) (#108131)

Docs: format sys.float_info properly (GH-108107)

- Normalise capitalisation and punctuation
- Use attribute markup for named tuple attributes
- Use :c:macro: markup for C macros
- Use a list for the 'rounds' attribute values
- Use list-table, for better .rst readability
- Remove one unneeded sys.float_info.dig link

(cherry picked from commit ca0c6c1f1ef79d10bc49b61d638d87cde265aa94)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/sys.rst