summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-10 15:30:21 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-10 15:30:21 (GMT)
commitf64f8a0877ff3ecda81eb34accadb6a9defa2233 (patch)
tree84628883facbf487cd1325155cd342bd0e7bc495 /Doc/tut
parent4431b0f243dda169c37ba748d4539998874fdcf7 (diff)
downloadcpython-f64f8a0877ff3ecda81eb34accadb6a9defa2233.zip
cpython-f64f8a0877ff3ecda81eb34accadb6a9defa2233.tar.gz
cpython-f64f8a0877ff3ecda81eb34accadb6a9defa2233.tar.bz2
Fixed typo reported by Bennett Benson
<BennettBenson@mn.mediaone.net>.
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 68929de..9c8d9e8 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -149,7 +149,7 @@ explained. This is rather mundane information, but essential for
trying out the examples shown later.
The rest of the tutorial introduces various features of the Python
-language and system though examples, beginning with simple
+language and system through examples, beginning with simple
expressions, statements and data types, through functions and modules,
and finally touching upon advanced concepts like exceptions
and user-defined classes.