[issue26898] Error in the
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 <report@bugs.python.org> <http://bugs.python.org/issue26898> _______________________________________
SilentGhost added the comment: LGTM ---------- nosy: +SilentGhost stage: -> commit review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26898> _______________________________________
Changes by Marco Buttu <marco.buttu@gmail.com>: ---------- title: Error in the -> Typo in the documentation of math.isclose() _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26898> _______________________________________
Roundup Robot added the comment: New changeset 469bc90e8922 by Berker Peksag in branch '3.5': Issue #26898: Fix typo in math.isclose() docstring https://hg.python.org/cpython/rev/469bc90e8922 New changeset 634764b4675c by Berker Peksag in branch 'default': Issue #26898: Fix typo in math.isclose() docstring https://hg.python.org/cpython/rev/634764b4675c ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26898> _______________________________________
Berker Peksag added the comment: Thanks! ---------- nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed type: -> behavior _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26898> _______________________________________
participants (4)
-
Berker Peksag
-
Marco Buttu
-
Roundup Robot
-
SilentGhost