Fix typo.

This commit is contained in:
Raymond Hettinger 2005-06-17 10:25:33 +00:00
parent 9847000267
commit 610d9dd38d
1 changed files with 1 additions and 1 deletions

View File

@ -2024,7 +2024,7 @@ instance:
((12345, 54321, 'hello!'), (1, 2, 3, 4, 5)) ((12345, 54321, 'hello!'), (1, 2, 3, 4, 5))
\end{verbatim} \end{verbatim}
As you see, on output tuples are alway enclosed in parentheses, so As you see, on output tuples are always enclosed in parentheses, so
that nested tuples are interpreted correctly; they may be input with that nested tuples are interpreted correctly; they may be input with
or without surrounding parentheses, although often parentheses are or without surrounding parentheses, although often parentheses are
necessary anyway (if the tuple is part of a larger expression). necessary anyway (if the tuple is part of a larger expression).