aboutsummaryrefslogtreecommitdiff
path: root/Include/listobject.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-01 15:06:53 +0000
committerGuido van Rossum <guido@python.org>2000-03-01 15:06:53 +0000
commitc6e87a2925e41c0847c1eccc994d7f32d069778b (patch)
treeef7409045acc78f249a7d8e6fc00f76e76e8e021 /Include/listobject.h
parentf1146572dd3c427fcad1129a6909ff45515ac6a3 (diff)
downloadcpython3-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.gz
Got rid of silly "123456789-..." lines in comments.
Diffstat (limited to 'Include/listobject.h')
-rw-r--r--Include/listobject.h2
1 files changed, 0 insertions, 2 deletions
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.