summaryrefslogtreecommitdiff
path: root/doc/numpybook/capi.lyx
diff options
context:
space:
mode:
Diffstat (limited to 'doc/numpybook/capi.lyx')
-rw-r--r--doc/numpybook/capi.lyx16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/numpybook/capi.lyx b/doc/numpybook/capi.lyx
index 04522d13d..72f18ca31 100644
--- a/doc/numpybook/capi.lyx
+++ b/doc/numpybook/capi.lyx
@@ -599,7 +599,15 @@ char
\emph on
char
\emph default
- hasobject;
+ unused;
+\end_layout
+
+\begin_layout LyX-Code
+
+\emph on
+int
+\emph default
+ flags;
\end_layout
\begin_layout LyX-Code
@@ -674,9 +682,9 @@ NPY_USE_SETITEM
\family default
flags should be set in the
\family typewriter
-hasobject
+flags
\family default
- flag.
+ member.
\end_layout
\begin_layout Description
@@ -702,7 +710,7 @@ ndian), '=' (native), '|' (irrelevant, ignore).
\end_layout
\begin_layout Description
-hasobject A data-type bit-flag that determines if the data-type exhibits
+flags A data-type bit-flag that determines if the data-type exhibits
object-array like behavior.
Each bit in this member is a flag which are named as:
\end_layout