]> granicus.if.org Git - python/commitdiff
Fix typo in comment
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 1 Aug 2004 22:45:27 +0000 (22:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 1 Aug 2004 22:45:27 +0000 (22:45 +0000)
Include/listobject.h

index 43048d33db14da03ecb0fa7e0c6b3765dd934982..e4867a5ed000c6d916ae1928b583a92d79ad802e 100644 (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