]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Docs: format sys.float_info properly (GH-108107) (#108130)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Aug 2023 23:00:31 +0000 (16:00 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 23:00:31 +0000 (01:00 +0200)
commit28074306578fb7e67667ee64cd7d66509d63c21c
treeab6a1ff6cffa41e54f7fa7d0cd37b58b0fc7763a
parent71e3581c969e8a7dbfd21db2407af498fd0027e3
[3.12] Docs: format sys.float_info properly (GH-108107) (#108130)

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