summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-07-27 20:44:03 +0300
committerGitHub <noreply@github.com>2021-07-27 20:44:03 +0300
commit6df71138184f26cd87bb086acb1e6b3dc1be4bbf (patch)
treecba03c2d8a1aad4a5b20c4d076085e4fb506ea11 /numpy
parent7e72cb9ab766fd69804eba922f58f5c4d95f88d1 (diff)
parentcee9c7cd0ce90b94097f9f34f17b7ad18d3d54d3 (diff)
downloadnumpy-6df71138184f26cd87bb086acb1e6b3dc1be4bbf.tar.gz
Merge pull request #19565 from cmarmo/temp-fix-beyond-basics
DOC: Fix sphinx warnings in c-info.beyond-basics.rst
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h
index 3ea66b049..5acd24a7e 100644
--- a/numpy/core/include/numpy/ndarraytypes.h
+++ b/numpy/core/include/numpy/ndarraytypes.h
@@ -1308,7 +1308,6 @@ typedef struct {
#define PyArray_MultiIter_NOTDONE(multi) \
(_PyMIT(multi)->index < _PyMIT(multi)->size)
-
/*
* Store the information needed for fancy-indexing over an array. The
* fields are slightly unordered to keep consec, dataptr and subspace