summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-02 18:54:54 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-02 18:54:54 (GMT)
commitdc40904a3281ca976f563164c835fa6ffc47ed4a (patch)
tree66c83d04418e3f4c5aa522a86af0b2a3b0b3a8b9 /Doc
parentda70ee1faec9dd8b6db974ac99c34b9ce470fbb0 (diff)
downloadcpython-dc40904a3281ca976f563164c835fa6ffc47ed4a.zip
cpython-dc40904a3281ca976f563164c835fa6ffc47ed4a.tar.gz
cpython-dc40904a3281ca976f563164c835fa6ffc47ed4a.tar.bz2
Hyphenate "built-in" for consistency.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ext.tex2
-rw-r--r--Doc/ext/ext.tex2
-rw-r--r--Doc/lib/liblocale.tex2
-rw-r--r--Doc/liblocale.tex2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doc/ext.tex b/Doc/ext.tex
index d8a3d59..787914e 100644
--- a/Doc/ext.tex
+++ b/Doc/ext.tex
@@ -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.)
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index d8a3d59..787914e 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -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.)
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex
index 3406b2b..8ea18bd 100644
--- a/Doc/lib/liblocale.tex
+++ b/Doc/lib/liblocale.tex
@@ -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.
diff --git a/Doc/liblocale.tex b/Doc/liblocale.tex
index 3406b2b..8ea18bd 100644
--- a/Doc/liblocale.tex
+++ b/Doc/liblocale.tex
@@ -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.