Commit 195319e6 authored by Stefan Krah's avatar Stefan Krah

Issue #29111: Fix memoryview signature.

parent cea904f2
......@@ -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.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment