From f0e08ef9cb1af858777dcc4d68e4434def9f8b9e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 3 Feb 2001 01:11:26 +0000 Subject: [PATCH] Remove an now-false statement about there being only one type flag defined. --- Doc/api/api.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 03eebdf0a5..efb535791d 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -2083,9 +2083,7 @@ Returns true is the object \var{o} is a type object. \begin{cfuncdesc}{int}{PyType_HasFeature}{PyObject *o, int feature} Returns true if the type object \var{o} sets the feature -\var{feature}. Type features are denoted by single bit flags. The -only defined feature flag is \constant{Py_TPFLAGS_HAVE_GETCHARBUFFER}, -described in section \ref{buffer-structs}. +\var{feature}. Type features are denoted by single bit flags. \end{cfuncdesc} -- 2.50.0