From 610d9dd38d92eb4cb0f600def00fdbb64b095335 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 17 Jun 2005 10:25:33 +0000 Subject: [PATCH] Fix typo. --- 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 9db220fd358..48db9f9304d 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2024,7 +2024,7 @@ instance: ((12345, 54321, 'hello!'), (1, 2, 3, 4, 5)) \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 or without surrounding parentheses, although often parentheses are necessary anyway (if the tuple is part of a larger expression).