Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8838269 commit b870c75Copy full SHA for b870c75
1 file changed
Modules/arraymodule.c
@@ -1542,7 +1542,7 @@ statichere PyTypeObject Arraytype = {
1542
0, /* tp_str */
1543
0, /* tp_getattro */
1544
0, /* tp_setattro */
1545
- &array_as_buffer, /* tp_as _buffer*/
+ &array_as_buffer, /* tp_as_buffer*/
1546
Py_TPFLAGS_DEFAULT, /* tp_flags */
1547
arraytype_doc, /* tp_doc */
1548
0, /* tp_traverse */
0 commit comments