]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Docs: format sys.float_info properly (#108107)
authorErlend E. Aasland <erlend@python.org>
Sat, 19 Aug 2023 08:34:34 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 08:34:34 +0000 (08:34 +0000)
commitca0c6c1f1ef79d10bc49b61d638d87cde265aa94
tree0e58a1ad323c8ac19b773f78818b7c55fb98c53f
parent2f311437cd51afaa68fd671bb99ff515cf7b029a
Docs: format sys.float_info properly (#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

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/sys.rst