Commit ca03f3b9 authored by Andrés Delfino's avatar Andrés Delfino Committed by Serhiy Storchaka

Mark len call as a code snippet in stdtypes.rst. (GH-9804)

parent ea6a28c9
......@@ -3809,7 +3809,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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment