diff options
author | Peter Tillema <petertillema@solcon.nl> | 2021-10-14 13:33:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 13:33:02 +0200 |
commit | a016143d997843a4cd4ca09a81661f37cfc61d4c (patch) | |
tree | c9af244f652706eb74acd0d60de4bc0238cc654c /doc/source/reference | |
parent | e8692223ffb675dca714bf13bb8f19e73b273095 (diff) | |
download | numpy-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.rst | 1 |
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: |