diff options
author | mattip <matti.picus@gmail.com> | 2019-01-22 21:41:43 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-01-22 21:41:43 +0200 |
commit | 6c21238ac334e916fd4c4c77c3cea4224e33cf3e (patch) | |
tree | 13f3c8b8a54a06f7caf94d23327be40cff4ec823 /doc | |
parent | d2a6daead874762f992532106502c448a9d43758 (diff) | |
download | numpy-6c21238ac334e916fd4c4c77c3cea4224e33cf3e.tar.gz |
DOC: fixes from review
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/arrays.ndarray.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index 9e921bbf5..19a8bc7b8 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -595,8 +595,8 @@ Container customization: (see :ref:`Indexing <arrays.indexing>`) ndarray.__setitem__ ndarray.__contains__ -Conversion; the operations :func:`complex()`, :func:`int()` and -:func:`float()`. +Conversion; the operations :func:`int()`, :func:`float()` and +:func:`complex()`. . They work only on arrays that have one element in them and return the appropriate scalar. |