Skip to content

Commit 52ceec7

Browse files
committed
update comment
1 parent 316443a commit 52ceec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ struct _specialization_cache {
255255
// - If getitem is NULL, then getitem_version is meaningless.
256256
// - If getitem->func_version == getitem_version, then getitem can be called
257257
// with two positional arguments and no keyword arguments, and has neither
258-
// *args nor **kwargs (as required by BINARY_SUBSCR_GETITEM):
258+
// *args nor **kwargs (as required by BINARY_OP_SUBSCR_GETITEM):
259259
PyObject *getitem;
260260
uint32_t getitem_version;
261261
PyObject *init;

0 commit comments

Comments
 (0)