diff options
author | mattip <matti.picus@gmail.com> | 2018-10-15 19:44:52 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-10-15 19:44:52 +0300 |
commit | c8e15bafb0d811d8dd805ddf521d102eaac08079 (patch) | |
tree | f397ca227234963b0a989a76b8222bcc531754f7 /doc | |
parent | 1205e196ae20be6551a3f207c993fd0f769bf9bb (diff) | |
download | numpy-c8e15bafb0d811d8dd805ddf521d102eaac08079.tar.gz |
MAINT: changes from review
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/c-api.types-and-structures.rst | 2 |
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; |