]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
authorMark Dickinson <mdickinson@enthought.com>
Sun, 29 Nov 2020 09:34:36 +0000 (09:34 +0000)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 09:34:36 +0000 (09:34 +0000)
commitc642374b3ef72f6f300616f07aea2a3f9ed83e51
tree096473186198314cca33b17b43a486855d819f58
parent00a6568ba37f0d815289776a51af46d0eac27384
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)

* Improve description of 'e', 'f' and 'g' presentation types

* Drop the 'E' from Scientific 'E' notation; remove >= 0 qualifications

* Fix false statement that the alternate form is valid for Decimal

* Nitpick: remove the Harvard/Oxford comma

* Add note that the decimal point is also removed if no digits follow it, except in alternate form
Doc/library/string.rst