File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ \section{A Simple Example
143143conventionally named \var {self} and \var {args}.
144144
145145The \var {self} argument is only used when the C function implements a
146- built-in method. This will be discussed later . In the example,
147- \var {self} will always be a \NULL {} pointer, since we are defining
148- a function, not a method. (This is done so that the interpreter
149- doesn't have to understand two different types of C functions.)
146+ built-in method, not a function . In the example, \var {self} will
147+ always be a \NULL {} pointer, since we are defining a function, not a
148+ method. (This is done so that the interpreter doesn't have to
149+ understand two different types of C functions.)
150150
151151The \var {args} argument will be a pointer to a Python tuple object
152152containing the arguments. Each item of the tuple corresponds to an
You can’t perform that action at this time.
0 commit comments