diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-09 15:53:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-09 15:53:58 (GMT) |
commit | da3b5bf3d80a9aebe8866187c81fcfa43786826b (patch) | |
tree | 31883a32d85c92bc0cd92f51b1e8b6766d7d9447 /Include | |
parent | a3a3fc6770976db921dbcc810b7779e7ea7ded07 (diff) | |
download | cpython-da3b5bf3d80a9aebe8866187c81fcfa43786826b.zip cpython-da3b5bf3d80a9aebe8866187c81fcfa43786826b.tar.gz cpython-da3b5bf3d80a9aebe8866187c81fcfa43786826b.tar.bz2 |
correct comment
Diffstat (limited to 'Include')
-rw-r--r-- | Include/structseq.h | 2 |
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 |