From bce920129c41397928f4e7e0001a7c967379d879 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 25 Oct 2000 23:22:54 +0000 Subject: Typo: shorted --> shorter This closes bug #117706. --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index d79eddb..ae835cd 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2016,7 +2016,7 @@ If two items to be compared are themselves sequences of the same type, the lexicographical comparison is carried out recursively. If all items of two sequences compare equal, the sequences are considered equal. If one sequence is an initial subsequence of the other, the -shorted sequence is the smaller one. Lexicographical ordering for +shorter sequence is the smaller one. Lexicographical ordering for strings uses the \ASCII{} ordering for individual characters. Some examples of comparisons between sequences with the same types: -- cgit v0.12