This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marco.buttu
Recipients docs@python, marco.buttu
Date 2016-05-01.08:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462089977.93.0.233622268862.issue26898@psf.upfronthosting.co.za>
In-reply-to
Content
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)'
History
Date User Action Args
2016-05-01 08:06:18marco.buttusetrecipients: + marco.buttu, docs@python
2016-05-01 08:06:17marco.buttusetmessageid: <1462089977.93.0.233622268862.issue26898@psf.upfronthosting.co.za>
2016-05-01 08:06:17marco.buttulinkissue26898 messages
2016-05-01 08:06:17marco.buttucreate