From: Fred Drake Date: Thu, 28 Jan 1999 23:21:49 +0000 (+0000) Subject: "numberic" --> "numeric", two places X-Git-Tag: v1.5.2b2~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae3e5741704865f505f7519e5c0334d6a960758a;p=thirdparty%2FPython%2Fcpython.git "numberic" --> "numeric", two places --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 5eb857a6719e..f1dbae2faff4 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}