Skip to content
Prev Previous commit
Fix typo.
  • Loading branch information
markshannon committed Mar 1, 2022
commit 22713370859fce01b4e4d3a78a816a202407b706
2 changes: 1 addition & 1 deletion Include/cpython/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ struct _typeobject {

/* This struct is used by the specializer
* It should should be treated as an opaque blob
* by code than the specializer and interpreter. */
* by code other than the specializer and interpreter. */
struct _specialization_cache {
PyObject *getitem;
};
Expand Down