]> granicus.if.org Git - python/commitdiff
Fixed typo reported by Bennett Benson
authorFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 15:30:21 +0000 (15:30 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 15:30:21 +0000 (15:30 +0000)
<BennettBenson@mn.mediaone.net>.

Doc/tut/tut.tex

index 68929de966fe4b673d73918f28ce60830a77b7dd..9c8d9e844ebe5ed62f31afbb40b6508ab71afdd0 100644 (file)
@@ -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.