pep-485: Fix function name typo (#513)

This commit is contained in:
Janzert 2017-12-15 14:21:15 -05:00 committed by Brett Cannon
parent 0418440014
commit 11c7319b1e
1 changed files with 1 additions and 1 deletions

View File

@ -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.