summaryrefslogtreecommitdiffstats
path: root/Include/tupleobject.h
diff options
context:
space:
mode:
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 31983d5..bb709e6 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.