summaryrefslogtreecommitdiff
path: root/Doc/library/cmath.rst
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-07-28 16:46:13 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-07-28 16:46:13 +0000
commit3359d34823c7341d5708eed38febc6f5171dec06 (patch)
treec4fe75a5bbceeff974423d4ed1d32ca46cf87d40 /Doc/library/cmath.rst
parent85d72e94978d85d31b2a58143d3a2c8dd724a7ce (diff)
downloadcpython-3359d34823c7341d5708eed38febc6f5171dec06.tar.gz
Merged revisions 74234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74234 | mark.dickinson | 2009-07-28 17:45:13 +0100 (Tue, 28 Jul 2009) | 1 line Remove leading blank line from cmath.rst ........
Diffstat (limited to 'Doc/library/cmath.rst')
-rw-r--r--Doc/library/cmath.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst
index 1a75d87b6b..4797beaefa 100644
--- a/Doc/library/cmath.rst
+++ b/Doc/library/cmath.rst
@@ -1,4 +1,3 @@
-
:mod:`cmath` --- Mathematical functions for complex numbers
===========================================================