From: Andrew M. Kuchling Date: Mon, 29 Mar 2004 01:19:54 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.4a1~550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeaec8d4aa6393bdfaab1975fb8e2e059d843a84;p=python fix typo --- diff --git a/Doc/tut/glossary.tex b/Doc/tut/glossary.tex index 1678f76f3b..38b46091be 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}