summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorPeter Tillema <petertillema@solcon.nl>2021-10-14 13:33:02 +0200
committerGitHub <noreply@github.com>2021-10-14 13:33:02 +0200
commita016143d997843a4cd4ca09a81661f37cfc61d4c (patch)
treec9af244f652706eb74acd0d60de4bc0238cc654c /doc/source/reference
parente8692223ffb675dca714bf13bb8f19e73b273095 (diff)
downloadnumpy-a016143d997843a4cd4ca09a81661f37cfc61d4c.tar.gz
DOC: Remove double property ctypes from ndarray
Fix #20117
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/arrays.ndarray.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst
index 7831b5f2c..0f703b475 100644
--- a/doc/source/reference/arrays.ndarray.rst
+++ b/doc/source/reference/arrays.ndarray.rst
@@ -249,7 +249,6 @@ Other attributes
ndarray.real
ndarray.imag
ndarray.flat
- ndarray.ctypes
.. _arrays.ndarray.array-interface: