]> granicus.if.org Git - python/commitdiff
Removed "This will be discussed later." where it's not. Reported by
authorFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 14:55:46 +0000 (14:55 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 14:55:46 +0000 (14:55 +0000)
Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.

Doc/ext/ext.tex

index 4bfff24cde1c5b875d058f1454ca49d2b3fd1643..274d0a42feb70fa52f5125f34e5f7a1caed82854 100644 (file)
@@ -143,10 +143,10 @@ 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
-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.)
+built-in method, not a function. 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.)
 
 The \var{args} argument will be a pointer to a Python tuple object
 containing the arguments.  Each item of the tuple corresponds to an