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: isclose.patch keywords: patch messages: 264585 nosy: docs@python, marco.buttu priority: normal severity: normal status: open title: Error in the versions: Python 3.5, Python 3.6 Added file: http://bugs.python.org/file42669/isclose.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26898> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com