mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in comment
This commit is contained in:
parent
750f060ad7
commit
4ecd8cd046
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue