[issue31736] PEP 485 tiny typo

2017-10-09 Thread Berker Peksag

Berker Peksag  added the comment:

Thank you for the report. Fixed in 
https://github.com/python/peps/commit/070dc7e037e5f66e4e17b661641503815a8bbe05

(By the way, you can report issues like this at 
https://github.com/python/peps/issues or send a PR directly.)

--
nosy: +berker.peksag
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
type: enhancement -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31736] PEP 485 tiny typo

2017-10-09 Thread Ben Bolker

New submission from Ben Bolker :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com