summaryrefslogtreecommitdiffstats
path: root/Include/listobject.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-08-01 22:45:27 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-08-01 22:45:27 (GMT)
commit4ecd8cd046446a6ce0be4098e218f4d17c315d48 (patch)
treeefa5e850c4af8bce76ac05cb6490d67e4ba392da /Include/listobject.h
parent750f060ad755a135891a64b9cd0e5167caaca7fe (diff)
downloadcpython-4ecd8cd046446a6ce0be4098e218f4d17c315d48.zip
cpython-4ecd8cd046446a6ce0be4098e218f4d17c315d48.tar.gz
cpython-4ecd8cd046446a6ce0be4098e218f4d17c315d48.tar.bz2
Fix typo in comment
Diffstat (limited to 'Include/listobject.h')
-rw-r--r--Include/listobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/listobject.h b/Include/listobject.h
index 43048d3..e4867a5 100644
--- a/Include/listobject.h
+++ b/Include/listobject.h
@@ -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