diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-03-29 01:19:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-03-29 01:19:54 (GMT) |
commit | aeaec8d4aa6393bdfaab1975fb8e2e059d843a84 (patch) | |
tree | b6d39372105b8738a5ba9c8002df3f27021596f9 /Doc/tut | |
parent | f13c0240026fd2e7648fb9fefd439b05a10baeda (diff) | |
download | cpython-aeaec8d4aa6393bdfaab1975fb8e2e059d843a84.zip cpython-aeaec8d4aa6393bdfaab1975fb8e2e059d843a84.tar.gz cpython-aeaec8d4aa6393bdfaab1975fb8e2e059d843a84.tar.bz2 |
fix typo
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/glossary.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/glossary.tex b/Doc/tut/glossary.tex index 1678f76..38b4609 100644 --- a/Doc/tut/glossary.tex +++ b/Doc/tut/glossary.tex @@ -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} |