mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
This commit is contained in:
parent
ea6a28c9f7
commit
ca03f3b93e
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue