diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-28 23:21:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-28 23:21:49 (GMT) |
commit | ae3e5741704865f505f7519e5c0334d6a960758a (patch) | |
tree | 975f1b1faac9dd5220c7e08bb561df85d11d250f /Doc/ref | |
parent | 1453a8caf9ffb0b9bb51660e618cb47ae8f80b40 (diff) | |
download | cpython-ae3e5741704865f505f7519e5c0334d6a960758a.zip cpython-ae3e5741704865f505f7519e5c0334d6a960758a.tar.gz cpython-ae3e5741704865f505f7519e5c0334d6a960758a.tar.bz2 |
"numberic" --> "numeric", two places
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref3.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 5eb857a..f1dbae2 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -1047,7 +1047,7 @@ multiplication (meaning repetition) by defining the methods \ttindex{__radd__()} \ttindex{__mul__()} \ttindex{__rmul__()}} -\withsubitem{(numberic object method)}{\ttindex{__coerce__()}} +\withsubitem{(numeric object method)}{\ttindex{__coerce__()}} \begin{methoddesc}[mapping object]{__len__}{self} Called to implement the built-in function @@ -1121,7 +1121,7 @@ Methods corresponding to operations that are not supported by the particular kind of number implemented (e.g., bitwise operations for non-integral numbers) should be left undefined. -\begin{methoddesc}[numberic interface]{__add__}{self, other} +\begin{methoddesc}[numeric interface]{__add__}{self, other} \methodline{__sub__}{self, other} \methodline{__mul__}{self, other} \methodline{__div__}{self, other} |