From: Fred Drake Date: Wed, 26 Sep 2001 22:26:45 +0000 (+0000) Subject: Remove comment that no longer applies. X-Git-Tag: v2.2.1c1~1592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ab0ac7cd4e0652186c3a1e5ab84f44b76b55d50;p=thirdparty%2FPython%2Fcpython.git Remove comment that no longer applies. --- diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index b3c9f62cc59a..ffc1f8204469 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}.