mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-20408: Fix memoryview() signature in docs (GH-24431)
This commit is contained in:
parent
1b940eb410
commit
d18e5dae91
2 changed files with 8 additions and 9 deletions
|
@ -1022,7 +1022,7 @@ are always available. They are listed here in alphabetical order.
|
|||
|
||||
|
||||
.. _func-memoryview:
|
||||
.. class:: memoryview(obj)
|
||||
.. class:: memoryview(object)
|
||||
:noindex:
|
||||
|
||||
Return a "memory view" object created from the given argument. See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue