summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-09 15:53:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-09 15:53:58 (GMT)
commitda3b5bf3d80a9aebe8866187c81fcfa43786826b (patch)
tree31883a32d85c92bc0cd92f51b1e8b6766d7d9447 /Include
parenta3a3fc6770976db921dbcc810b7779e7ea7ded07 (diff)
downloadcpython-da3b5bf3d80a9aebe8866187c81fcfa43786826b.zip
cpython-da3b5bf3d80a9aebe8866187c81fcfa43786826b.tar.gz
cpython-da3b5bf3d80a9aebe8866187c81fcfa43786826b.tar.bz2
correct comment
Diffstat (limited to 'Include')
-rw-r--r--Include/structseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/structseq.h b/Include/structseq.h
index 25763ce..a5d7b2e 100644
--- a/Include/structseq.h
+++ b/Include/structseq.h
@@ -1,5 +1,5 @@
-/* Tuple object interface */
+/* Named tuple object interface */
#ifndef Py_STRUCTSEQ_H
#define Py_STRUCTSEQ_H