[New-bugs-announce] [issue31736] PEP 485 tiny typo

Ben Bolker report at bugs.python.org
Mon Oct 9 13:11:10 EDT 2017


New submission from Ben Bolker <bbolker at gmail.com>:

In two places in https://www.python.org/dev/peps/pep-0485/ floating point numbers are incorrectly formatted: 1-e8 and 1-e9 rather than 1e-8 and 1e-9 ("absolute tolerance default", para. 3 and "relative tolerance default", para. 1)

----------
messages: 303987
nosy: bbolker
priority: normal
severity: normal
status: open
title: PEP 485 tiny typo
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31736>
_______________________________________


More information about the New-bugs-announce mailing list