mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Hyphenate "built-in" for consistency.
This commit is contained in:
parent
da70ee1fae
commit
dc40904a32
4 changed files with 4 additions and 4 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue