]> granicus.if.org Git - python/commitdiff
Hyphenate "built-in" for consistency.
authorFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 18:54:54 +0000 (18:54 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 18:54:54 +0000 (18:54 +0000)
Doc/ext.tex
Doc/ext/ext.tex
Doc/lib/liblocale.tex
Doc/liblocale.tex

index d8a3d5958a72aa80659f276150f20344f6cdff4c..787914e7b76c925fefdad23176d9a39f9c34f4d0 100644 (file)
@@ -134,7 +134,7 @@ passed to the \C{} function.  The \C{} function always has two arguments,
 conventionally named \var{self} and \var{args}.
 
 The \var{self} argument is only used when the \C{} function implements a
-builtin method.  This will be discussed later. In the example,
+built-in method.  This will be discussed later. In the example,
 \var{self} will always be a \NULL{} pointer, since we are defining
 a function, not a method.  (This is done so that the interpreter
 doesn't have to understand two different types of \C{} functions.)
index d8a3d5958a72aa80659f276150f20344f6cdff4c..787914e7b76c925fefdad23176d9a39f9c34f4d0 100644 (file)
@@ -134,7 +134,7 @@ passed to the \C{} function.  The \C{} function always has two arguments,
 conventionally named \var{self} and \var{args}.
 
 The \var{self} argument is only used when the \C{} function implements a
-builtin method.  This will be discussed later. In the example,
+built-in method.  This will be discussed later. In the example,
 \var{self} will always be a \NULL{} pointer, since we are defining
 a function, not a method.  (This is done so that the interpreter
 doesn't have to understand two different types of \C{} functions.)
index 3406b2ba05d85e8981af141d155ecbeecdb00f83..8ea18bd747744aa5fb513bc142d006f766a528ef 100644 (file)
@@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it.
 \end{funcdesc}
 
 \begin{funcdesc}{strxfrm}{string}
-Transforms a string to one that can be used for the builtin function
+Transforms a string to one that can be used for the built-in function
 \function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
 results.  This function can be used when the same string is compared
 repeatedly, e.g. when collating a sequence of strings.
index 3406b2ba05d85e8981af141d155ecbeecdb00f83..8ea18bd747744aa5fb513bc142d006f766a528ef 100644 (file)
@@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it.
 \end{funcdesc}
 
 \begin{funcdesc}{strxfrm}{string}
-Transforms a string to one that can be used for the builtin function
+Transforms a string to one that can be used for the built-in function
 \function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
 results.  This function can be used when the same string is compared
 repeatedly, e.g. when collating a sequence of strings.