8000 Mark len call as a code snippet in stdtypes.rst. (GH-9804) · python/cpython@ca03f3b · GitHub
[go: up one dir, main page]

Skip to content

Commit ca03f3b

Browse files
andresdelfinoserhiy-storchaka
authored andcommitted
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
1 parent ea6a28c commit ca03f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

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

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

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

0 commit comments

Comments
 (0)
0