diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 394a462b9468e5..ec98983057de36 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -10,9 +10,6 @@ -------------- -This module provides access to the mathematical functions defined by the C -standard. - These functions cannot be used with complex numbers; use the functions of the same name from the :mod:`cmath` module if you require support for complex numbers. The distinction between functions which support complex numbers and