diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-29 15:53:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-29 15:53:52 (GMT) |
commit | 9118f7cfc47920c9fa36e37185162b890c97ee6c (patch) | |
tree | bff64cfbd2dd1f6c5e94e2f8ee26bb8955945588 | |
parent | b8690fbc951fd937b2c3306da374e0f2d45088a6 (diff) | |
download | cpython-9118f7cfc47920c9fa36e37185162b890c97ee6c.zip cpython-9118f7cfc47920c9fa36e37185162b890c97ee6c.tar.gz cpython-9118f7cfc47920c9fa36e37185162b890c97ee6c.tar.bz2 |
Remove unnecessary comma.
-rw-r--r-- | Doc/lib/libcmath.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcmath.tex b/Doc/lib/libcmath.tex index 378615b..3a11870 100644 --- a/Doc/lib/libcmath.tex +++ b/Doc/lib/libcmath.tex @@ -83,7 +83,7 @@ The mathematical constant \emph{e}, as a real. Note that the selection of functions is similar, but not identical, to that in module \refmodule{math}\refbimodindex{math}. The reason for having -two modules is, that some users aren't interested in complex numbers, +two modules is that some users aren't interested in complex numbers, and perhaps don't even know what they are. They would rather have \code{math.sqrt(-1)} raise an exception than return a complex number. Also note that the functions defined in \module{cmath} always return a |