summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-10-15 19:44:52 +0300
committermattip <matti.picus@gmail.com>2018-10-15 19:44:52 +0300
commitc8e15bafb0d811d8dd805ddf521d102eaac08079 (patch)
treef397ca227234963b0a989a76b8222bcc531754f7 /doc
parent1205e196ae20be6551a3f207c993fd0f769bf9bb (diff)
downloadnumpy-c8e15bafb0d811d8dd805ddf521d102eaac08079.tar.gz
MAINT: changes from review
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/c-api.types-and-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.types-and-structures.rst b/doc/source/reference/c-api.types-and-structures.rst
index 73587ec65..f04d65ee1 100644
--- a/doc/source/reference/c-api.types-and-structures.rst
+++ b/doc/source/reference/c-api.types-and-structures.rst
@@ -715,7 +715,7 @@ PyUFunc_Type
PyUFuncGenericFunction *functions;
void **data;
int ntypes;
- int version;
+ int reserved1;
const char *name;
char *types;
const char *doc;