We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
memoryview.tolist
1 parent c9a5d9a commit d0b2411Copy full SHA for d0b2411
Doc/library/stdtypes.rst
@@ -4536,7 +4536,7 @@ copying.
4536
types such as :class:`bytes` and :class:`bytearray`, an element is a single
4537
byte, but other types such as :class:`array.array` may have bigger elements.
4538
4539
- ``len(view)`` is equal to the length of :class:`~memoryview.tolist`, which
+ ``len(view)`` is equal to the length of :meth:`~memoryview.tolist`, which
4540
is the nested list representation of the view. If ``view.ndim = 1``,
4541
this is equal to the number of elements in the view.
4542
0 commit comments