pep-485: Fix function name typo (#513)
This commit is contained in:
parent
0418440014
commit
11c7319b1e
|
@ -15,7 +15,7 @@ Resolution: https://mail.python.org/pipermail/python-dev/2015-February/138598.ht
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
This PEP proposes the addition of an is_close() function to the standard
|
This PEP proposes the addition of an isclose() function to the standard
|
||||||
library math module that determines whether one value is approximately equal
|
library math module that determines whether one value is approximately equal
|
||||||
or "close" to another value.
|
or "close" to another value.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue