Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20c9491

Browse files
committed
Minor re-wording in the exaplantion of sequence comparisons.
This closes SF bug #445749.
1 parent e74f8de commit 20c9491

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/tut/tut.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,9 +2039,10 @@ \section{Comparing Sequences and Other Types \label{comparing}}
20392039
the lexicographical comparison is carried out recursively. If all
20402040
items of two sequences compare equal, the sequences are considered
20412041
equal. If one sequence is an initial sub-sequence of the other, the
2042-
shorter sequence is the smaller one. Lexicographical ordering for
2043-
strings uses the \ASCII{} ordering for individual characters. Some
2044-
examples of comparisons between sequences with the same types:
2042+
shorter sequence is the smaller (lesser) one. Lexicographical
2043+
ordering for strings uses the \ASCII{} ordering for individual
2044+
characters. Some examples of comparisons between sequences with the
2045+
same types:
20452046

20462047
\begin{verbatim}
20472048
(1, 2, 3) < (1, 2, 4)

0 commit comments

Comments
 (0)