diff options
author | Guido van Rossum <guido@python.org> | 2000-03-01 15:06:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-01 15:06:53 (GMT) |
commit | c6e87a2925e41c0847c1eccc994d7f32d069778b (patch) | |
tree | ef7409045acc78f249a7d8e6fc00f76e76e8e021 /Include/tupleobject.h | |
parent | f1146572dd3c427fcad1129a6909ff45515ac6a3 (diff) | |
download | cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.zip cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.gz cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.bz2 |
Got rid of silly "123456789-..." lines in comments.
Diffstat (limited to 'Include/tupleobject.h')
-rw-r--r-- | Include/tupleobject.h | 2 |
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. |