diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-26 22:26:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-26 22:26:45 (GMT) |
commit | 3ab0ac7cd4e0652186c3a1e5ab84f44b76b55d50 (patch) | |
tree | 8580cabd9609ba4ccdf0d5aa79924e0f5ee367e0 /Doc | |
parent | c5f8fe3a2706b829334758b741ddd1f49d00b54e (diff) | |
download | cpython-3ab0ac7cd4e0652186c3a1e5ab84f44b76b55d50.zip cpython-3ab0ac7cd4e0652186c3a1e5ab84f44b76b55d50.tar.gz cpython-3ab0ac7cd4e0652186c3a1e5ab84f44b76b55d50.tar.bz2 |
Remove comment that no longer applies.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ext/newtypes.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index b3c9f62..ffc1f82 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -785,6 +785,3 @@ And, a sample of its use might be something like the following: return NULL; } \end{verbatim} - -%For a reasonably extensive example, from which most of the snippits -%above were taken, see \file{newdatatype.c} and \file{newdatatype.h}. |