Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55e1173

Browse files
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
(cherry picked from commit ca03f3b) Co-authored-by: Andrés Delfino <[email protected]>
1 parent e422de8 commit 55e1173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3743,7 +3743,7 @@ copying.
37433743

37443744
``nbytes == product(shape) * itemsize == len(m.tobytes())``. This is
37453745
the amount of space in bytes that the array would use in a contiguous
3746-
representation. It is not necessarily equal to len(m)::
3746+
representation. It is not necessarily equal to ``len(m)``::
37473747

37483748
>>> import array
37493749
>>> a = array.array('i', [1,2,3,4,5])

0 commit comments

Comments
 (0)