We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b00aba commit 8cc6e5cCopy full SHA for 8cc6e5c
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