Skip to content

Commit 4ecd8cd

Browse files
committed
Fix typo in comment
1 parent 750f060 commit 4ecd8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/listobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" {
2121

2222
typedef struct {
2323
PyObject_VAR_HEAD
24-
/* Vector of pointers to list elements. list[0] is ob_item{0], etc. */
24+
/* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
2525
PyObject **ob_item;
2626

2727
/* ob_item contains space for 'allocated' elements. The number

0 commit comments

Comments
 (0)