From c6e87a2925e41c0847c1eccc994d7f32d069778b 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/listobject.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Include/listobject.h') diff --git a/Include/listobject.h b/Include/listobject.h index dfbc6af837..ee6896c052 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -38,8 +38,6 @@ PERFORMANCE OF THIS SOFTWARE. /* List object interface */ /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - Another generally useful object type is an list of object pointers. This is a mutable type: the list items can be changed, and items can be added or removed. Out-of-range indices or non-list objects are ignored. -- cgit v1.2.3