mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-126757: fix minor typo (GH-126758)
This commit is contained in:
parent
4b00aba42e
commit
8cc6e5c875
1 changed files with 1 additions and 1 deletions
|
@ -3336,7 +3336,7 @@ _PyBuiltin_Init(PyInterpreterState *interp)
|
|||
SETBUILTIN("False", Py_False);
|
||||
SETBUILTIN("True", Py_True);
|
||||
SETBUILTIN("bool", &PyBool_Type);
|
||||
SETBUILTIN("memoryview", &PyMemoryView_Type);
|
||||
SETBUILTIN("memoryview", &PyMemoryView_Type);
|
||||
SETBUILTIN("bytearray", &PyByteArray_Type);
|
||||
SETBUILTIN("bytes", &PyBytes_Type);
|
||||
SETBUILTIN("classmethod", &PyClassMethod_Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue