]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Aug 2018 12:49:34 +0000 (05:49 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 12:49:34 +0000 (05:49 -0700)
commited8dd598ae7e0d944974af0fd73c2fbb6105fd5c
tree02fc586a34cd244b0277181bc465c6d04ac8d815
parente20d31cdb33bdfee68bce059f9a9c7ce71b035fe
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)

* bpo-34273: Change 'Fixed point' to 'Fixed-point notation'.
The change in the mini language floating point and decimal table
is consistent with 'Exponential notation' and clarifies that we
are referring to the output notation, not an object type.

* Update string.rst

* Update string.rst

* Update string.rst

* Update string.rst
(cherry picked from commit 28c7f8c8ce34a0cb848822a252a9d0a761fb42d5)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/string.rst