Thanks to visit codestin.com Credit goes to github.com
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 bd13cc0 commit 34df70cCopy full SHA for 34df70c
1 file changed
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