Fixed typo reported by Bennett Benson

<BennettBenson@mn.mediaone.net>.
This commit is contained in:
Fred Drake 1999-06-10 15:30:21 +00:00
parent 4431b0f243
commit f64f8a0877
1 changed files with 1 additions and 1 deletions

View 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.