Fix typo in comment

This commit is contained in:
Neal Norwitz 2004-08-01 22:45:27 +00:00
parent 750f060ad7
commit 4ecd8cd046

View file

@ -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