]> granicus.if.org Git - python/commitdiff
Insert missing pronoun
authorRaymond Hettinger <python@rcn.com>
Sun, 28 Mar 2004 22:44:09 +0000 (22:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 28 Mar 2004 22:44:09 +0000 (22:44 +0000)
Doc/tut/glossary.tex

index 8cf094982162793ac0a2f4f83699e12e7ad29e2a..1678f76f3bfebd9c972d5b2b5ac319fe79a286e2 100644 (file)
@@ -62,8 +62,8 @@ 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 it's
-almost certain you can safely ignore them.
+fairy advanced mathematical feature.  If you're not aware of a need for them,
+it's almost certain you can safely ignore them.
 
 \index{descriptor}
 \item[descriptor]