diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-07-28 16:46:13 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-07-28 16:46:13 (GMT) |
commit | 25cd551a01e3a43a0a571f8f0238214dec80e6a4 (patch) | |
tree | 3987f8b215cbed4013827b03ae0a8632d2c49bd4 /Doc | |
parent | f8edb67f09d38ca883af3121a5749c2c6a4f0193 (diff) | |
download | cpython-25cd551a01e3a43a0a571f8f0238214dec80e6a4.zip cpython-25cd551a01e3a43a0a571f8f0238214dec80e6a4.tar.gz cpython-25cd551a01e3a43a0a571f8f0238214dec80e6a4.tar.bz2 |
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')
-rw-r--r-- | Doc/library/cmath.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst index 1a75d87..4797bea 100644 --- a/Doc/library/cmath.rst +++ b/Doc/library/cmath.rst @@ -1,4 +1,3 @@ - :mod:`cmath` --- Mathematical functions for complex numbers =========================================================== |