From: Fred Drake Date: Thu, 10 Jun 1999 15:30:21 +0000 (+0000) Subject: Fixed typo reported by Bennett Benson X-Git-Tag: v1.6a1~1247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f64f8a0877ff3ecda81eb34accadb6a9defa2233;p=thirdparty%2FPython%2Fcpython.git Fixed typo reported by Bennett Benson . --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 68929de966fe..9c8d9e844ebe 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.