[Python-checkins] r83892 - python/branches/py3k/Include/structseq.h
benjamin.peterson
python-checkins at python.org
Mon Aug 9 17:53:58 CEST 2010
Author: benjamin.peterson
Date: Mon Aug 9 17:53:58 2010
New Revision: 83892
Log:
correct comment
Modified:
python/branches/py3k/Include/structseq.h
Modified: python/branches/py3k/Include/structseq.h
==============================================================================
--- python/branches/py3k/Include/structseq.h (original)
+++ python/branches/py3k/Include/structseq.h Mon Aug 9 17:53:58 2010
@@ -1,5 +1,5 @@
-/* Tuple object interface */
+/* Named tuple object interface */
#ifndef Py_STRUCTSEQ_H
#define Py_STRUCTSEQ_H
More information about the Python-checkins
mailing list