summaryrefslogtreecommitdiff
path: root/Include/tupleobject.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
commit1d3686bee51df1c1b81086e5c20fc1b9a4cd29bd (patch)
tree88fd3f457a18228b2ae7e65fa49e4cf136fb4c1e /Include/tupleobject.h
parent84c7c2e6d86c168be2c3bc22263f8d31bda2a871 (diff)
downloadcpython-1d3686bee51df1c1b81086e5c20fc1b9a4cd29bd.tar.gz
Got rid of silly "123456789-..." lines in comments.
Diffstat (limited to 'Include/tupleobject.h')
-rw-r--r--Include/tupleobject.h2
1 files changed, 0 insertions, 2 deletions
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.