diff options
Diffstat (limited to 'docs/library/cmath.rst')
-rw-r--r-- | docs/library/cmath.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/library/cmath.rst b/docs/library/cmath.rst index d729561d65..e45efee303 100644 --- a/docs/library/cmath.rst +++ b/docs/library/cmath.rst @@ -1,5 +1,5 @@ -:mod:`cmath` --- mathematical functions for complex numbers -=========================================================== +:mod:`cmath` -- mathematical functions for complex numbers +========================================================== .. module:: cmath :synopsis: mathematical functions for complex numbers @@ -7,7 +7,6 @@ The ``cmath`` module provides some basic mathematical funtions for working with complex numbers. - Functions --------- @@ -47,7 +46,6 @@ Functions Return the square-root of ``z``. - Constants --------- |