]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Fri, 17 Jun 2005 10:27:50 +0000 (10:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 17 Jun 2005 10:27:50 +0000 (10:27 +0000)
Doc/tut/tut.tex

index 6ce8f01cf4b60b636470c10ed664f4f79e306860..51454b257cd842a03099bdfc4b4e8022033ba686 100644 (file)
@@ -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).