diff options
author | Raymond Hettinger <python@rcn.com> | 2004-03-28 22:44:09 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-03-28 22:44:09 (GMT) |
commit | f13c0240026fd2e7648fb9fefd439b05a10baeda (patch) | |
tree | 2c4ab6a8e612cf3f182e3a1c481a03047cb93341 /Doc/tut | |
parent | 116d83ce710d4494a4d401edb6983aceef45b901 (diff) | |
download | cpython-f13c0240026fd2e7648fb9fefd439b05a10baeda.zip cpython-f13c0240026fd2e7648fb9fefd439b05a10baeda.tar.gz cpython-f13c0240026fd2e7648fb9fefd439b05a10baeda.tar.bz2 |
Insert missing pronoun
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/glossary.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut/glossary.tex b/Doc/tut/glossary.tex index 8cf0949..1678f76 100644 --- a/Doc/tut/glossary.tex +++ b/Doc/tut/glossary.tex @@ -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] |