Fix typo in comment
This commit is contained in:
parent
750f060ad7
commit
4ecd8cd046
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
|
||||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
/* Vector of pointers to list elements. list[0] is ob_item{0], etc. */
|
||||
/* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
|
||||
PyObject **ob_item;
|
||||
|
||||
/* ob_item contains space for 'allocated' elements. The number
|
||||
|
|
Loading…
Reference in New Issue