From: Benjamin Peterson Date: Mon, 9 Aug 2010 15:53:58 +0000 (+0000) Subject: correct comment X-Git-Tag: v3.2a2~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da3b5bf3d80a9aebe8866187c81fcfa43786826b;p=python correct comment --- diff --git a/Include/structseq.h b/Include/structseq.h index 25763ce634..a5d7b2e07f 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