[New-bugs-announce] [issue26898] Error in the

Marco Buttu report at bugs.python.org
Sun May 1 04:06:17 EDT 2016


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 at python
components: Documentation
files: isclose.patch
keywords: patch
messages: 264585
nosy: docs at 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 at bugs.python.org>
<http://bugs.python.org/issue26898>
_______________________________________


More information about the New-bugs-announce mailing list