mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove unnecessary comma.
This commit is contained in:
parent
b8690fbc95
commit
9118f7cfc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue