Commit b387d9a4 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

fix typo

parent e00c6ec9
......@@ -62,7 +62,7 @@ Python has builtin support for complex numbers, which are written with this
latter notation; the imaginary part is written with a {}\code{j} suffix,
e.g., {}\code{3+1j}. To get access to complex equivalents of the
{}\module{math} module, use {}\module{cmath}. Use of complex numbers is a
fairy advanced mathematical feature. If you're not aware of a need for them,
fairly advanced mathematical feature. If you're not aware of a need for them,
it's almost certain you can safely ignore them.
\index{descriptor}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment