mirror of https://github.com/python/cpython
Merge 3.5.
This commit is contained in:
commit
a50006c977
|
@ -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…
Reference in New Issue