[issue26898] Error in the

2016-05-01 Thread SilentGhost
SilentGhost added the comment: LGTM -- nosy: +SilentGhost stage: -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26898] Error in the

2016-05-01 Thread Marco Buttu
New submission from Marco Buttu: The math.isclose() documentation reports is_close() as function name, instead of isclose(): >>> import math >>> math.isclose.__doc__[:45] 'is_close(a, b, *, rel_tol=1e-09, abs_tol=0.0)' -- assignee: docs@python components: Documentation files: is