summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-06-17 10:25:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-06-17 10:25:33 (GMT)
commit610d9dd38d92eb4cb0f600def00fdbb64b095335 (patch)
treebcbc240952c69577da29340d03ffb1b807f685a6 /Doc/tut
parent98470002672dd10c4b28763f26ed2f2320fac647 (diff)
downloadcpython-610d9dd38d92eb4cb0f600def00fdbb64b095335.zip
cpython-610d9dd38d92eb4cb0f600def00fdbb64b095335.tar.gz
cpython-610d9dd38d92eb4cb0f600def00fdbb64b095335.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 9db220f..48db9f9 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).