]> granicus.if.org Git - python/commitdiff
"numberic" --> "numeric", two places
authorFred Drake <fdrake@acm.org>
Thu, 28 Jan 1999 23:21:49 +0000 (23:21 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Jan 1999 23:21:49 +0000 (23:21 +0000)
Doc/ref/ref3.tex

index 5eb857a6719e6387bb66406f74ec01e13ed80834..f1dbae2faff4b5bf2a06ea514f052bcf8d89c98b 100644 (file)
@@ -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}