Skip to content

Commit

Permalink
gh-126757: fix minor typo (GH-126758)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyx1998 authored Nov 12, 2024
1 parent 4b00aba commit 8cc6e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/bltinmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8cc6e5c

Please sign in to comment.