File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ \section{A Simple Example}
134134conventionally named \var {self} and \var {args}.
135135
136136The \var {self} argument is only used when the \C {} function implements a
137- builtin method. This will be discussed later. In the example,
137+ built-in method. This will be discussed later. In the example,
138138\var {self} will always be a \NULL {} pointer, since we are defining
139139a function, not a method. (This is done so that the interpreter
140140doesn't have to understand two different types of \C {} functions.)
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ \section{A Simple Example}
134134conventionally named \var {self} and \var {args}.
135135
136136The \var {self} argument is only used when the \C {} function implements a
137- builtin method. This will be discussed later. In the example,
137+ built-in method. This will be discussed later. In the example,
138138\var {self} will always be a \NULL {} pointer, since we are defining
139139a function, not a method. (This is done so that the interpreter
140140doesn't have to understand two different types of \C {} functions.)
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ \section{Standard Module \sectcode{locale}}
102102\end {funcdesc }
103103
104104\begin {funcdesc }{strxfrm}{string}
105- Transforms a string to one that can be used for the builtin function
105+ Transforms a string to one that can be used for the built-in function
106106\function {cmp()}\bifuncindex {cmp}, and still returns locale-aware
107107results. This function can be used when the same string is compared
108108repeatedly, e.g. when collating a sequence of strings.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ \section{Standard Module \sectcode{locale}}
102102\end {funcdesc }
103103
104104\begin {funcdesc }{strxfrm}{string}
105- Transforms a string to one that can be used for the builtin function
105+ Transforms a string to one that can be used for the built-in function
106106\function {cmp()}\bifuncindex {cmp}, and still returns locale-aware
107107results. This function can be used when the same string is compared
108108repeatedly, e.g. when collating a sequence of strings.
You can’t perform that action at this time.
0 commit comments