diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-03 01:11:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-03 01:11:26 (GMT) |
commit | f0e08ef9cb1af858777dcc4d68e4434def9f8b9e (patch) | |
tree | 8234eea7dfdb8684df0507cf3d4a288f05c1a3f9 /Doc/api | |
parent | dc2ac8d39f852bd0925c3462d37046015c79f150 (diff) | |
download | cpython-f0e08ef9cb1af858777dcc4d68e4434def9f8b9e.zip cpython-f0e08ef9cb1af858777dcc4d68e4434def9f8b9e.tar.gz cpython-f0e08ef9cb1af858777dcc4d68e4434def9f8b9e.tar.bz2 |
Remove an now-false statement about there being only one type flag
defined.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/api.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 03eebdf..efb5357 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} |