Mark len call as a code snippet in stdtypes.rst. (GH-9804)
(cherry picked from commit ca03f3b93e
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
76023169f0
commit
f455dd53af
|
@ -3771,7 +3771,7 @@ copying.
|
|||
|
||||
``nbytes == product(shape) * itemsize == len(m.tobytes())``. This is
|
||||
the amount of space in bytes that the array would use in a contiguous
|
||||
representation. It is not necessarily equal to len(m)::
|
||||
representation. It is not necessarily equal to ``len(m)``::
|
||||
|
||||
>>> import array
|
||||
>>> a = array.array('i', [1,2,3,4,5])
|
||||
|
|
Loading…
Reference in New Issue