mirror of https://github.com/python/cpython.git
Insert missing pronoun
This commit is contained in:
parent
116d83ce71
commit
f13c024002
|
@ -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,
|
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
|
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
|
{}\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
|
fairy advanced mathematical feature. If you're not aware of a need for them,
|
||||||
almost certain you can safely ignore them.
|
it's almost certain you can safely ignore them.
|
||||||
|
|
||||||
\index{descriptor}
|
\index{descriptor}
|
||||||
\item[descriptor]
|
\item[descriptor]
|
||||||
|
|
Loading…
Reference in New Issue