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 4b00aba commit 8cc6e5cCopy full SHA for 8cc6e5c
1 file changed
Python/bltinmodule.c
@@ -3336,7 +3336,7 @@ _PyBuiltin_Init(PyInterpreterState *interp)
3336
SETBUILTIN("False", Py_False);
3337
SETBUILTIN("True", Py_True);
3338
SETBUILTIN("bool", &PyBool_Type);
3339
- SETBUILTIN("memoryview", &PyMemoryView_Type);
+ SETBUILTIN("memoryview", &PyMemoryView_Type);
3340
SETBUILTIN("bytearray", &PyByteArray_Type);
3341
SETBUILTIN("bytes", &PyBytes_Type);
3342
SETBUILTIN("classmethod", &PyClassMethod_Type);
0 commit comments