mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Merge 3.5.
This commit is contained in:
commit
a50006c977
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ PyTypeObject _PyManagedBuffer_Type = {
|
||||||
|
|
||||||
|
|
||||||
PyDoc_STRVAR(memory_doc,
|
PyDoc_STRVAR(memory_doc,
|
||||||
"memoryview($module, object)\n--\n\
|
"memoryview(object)\n--\n\
|
||||||
\n\
|
\n\
|
||||||
Create a new memoryview object which references the given object.");
|
Create a new memoryview object which references the given object.");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue