]> granicus.if.org Git - python/commitdiff
fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Mar 2004 01:19:54 +0000 (01:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Mar 2004 01:19:54 +0000 (01:19 +0000)
Doc/tut/glossary.tex

index 1678f76f3bfebd9c972d5b2b5ac319fe79a286e2..38b46091bebfc47f02d3f245dc8ec5f818208651 100644 (file)
@@ -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}