mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #29111: Fix memoryview signature.
This commit is contained in:
parent
cea904f286
commit
195319e6bb
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ PyTypeObject _PyManagedBuffer_Type = {
|
|||
|
||||
|
||||
PyDoc_STRVAR(memory_doc,
|
||||
"memoryview($module, object)\n--\n\
|
||||
"memoryview(object)\n--\n\
|
||||
\n\
|
||||
Create a new memoryview object which references the given object.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue