Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9226d8e

Browse files
committed
Removed "This will be discussed later." where it's not. Reported by
Clay Spence <[email protected]>; see entry in ../TODO.
1 parent 7d9b133 commit 9226d8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/ext/ext.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ \section{A Simple Example
143143
conventionally named \var{self} and \var{args}.
144144

145145
The \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

151151
The \var{args} argument will be a pointer to a Python tuple object
152152
containing the arguments. Each item of the tuple corresponds to an

0 commit comments

Comments
 (0)