We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750f060 commit 4ecd8cdCopy full SHA for 4ecd8cd
1 file changed
Include/listobject.h
@@ -21,7 +21,7 @@ extern "C" {
21
22
typedef struct {
23
PyObject_VAR_HEAD
24
- /* 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. */
25
PyObject **ob_item;
26
27
/* ob_item contains space for 'allocated' elements. The number
0 commit comments