From 1d3686bee51df1c1b81086e5c20fc1b9a4cd29bd Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 1 Mar 2000 15:06:53 +0000 Subject: Got rid of silly "123456789-..." lines in comments. --- Include/tupleobject.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Include/tupleobject.h') diff --git a/Include/tupleobject.h b/Include/tupleobject.h index 31983d5853..bb709e6f39 100644 --- a/Include/tupleobject.h +++ b/Include/tupleobject.h @@ -38,8 +38,6 @@ PERFORMANCE OF THIS SOFTWARE. /* Tuple object interface */ /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - Another generally useful object type is an tuple of object pointers. This is a mutable type: the tuple items can be changed (but not their number). Out-of-range indices or non-tuple objects are ignored. -- cgit v1.2.1