diff options
Diffstat (limited to 'docs/differences/python_35.rst')
| -rw-r--r-- | docs/differences/python_35.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences/python_35.rst b/docs/differences/python_35.rst index 84c38c9cc..2a4c119a4 100644 --- a/docs/differences/python_35.rst +++ b/docs/differences/python_35.rst @@ -97,7 +97,7 @@ Changes to built-in modules: +-----------------------------------------------------------------------------------------------------------+---------------+ | `math <https://docs.python.org/3/whatsnew/3.5.html#math>`_ | +-----------------------------------------------------------------------------------------------------------+---------------+ - | Two new constants have been added to the math module: *inf* and *nan*. | | + | Two new constants have been added to the math module: *inf* and *nan*. | Completed | +-----------------------------------------------------------------------------------------------------------+---------------+ | A new function *isclose()* provides a way to test for approximate equality. | | +-----------------------------------------------------------------------------------------------------------+---------------+ |
