mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fixed typo reported by Bennett Benson
<BennettBenson@mn.mediaone.net>.
This commit is contained in:
parent
4431b0f243
commit
f64f8a0877
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ explained. This is rather mundane information, but essential for
|
||||||
trying out the examples shown later.
|
trying out the examples shown later.
|
||||||
|
|
||||||
The rest of the tutorial introduces various features of the Python
|
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,
|
expressions, statements and data types, through functions and modules,
|
||||||
and finally touching upon advanced concepts like exceptions
|
and finally touching upon advanced concepts like exceptions
|
||||||
and user-defined classes.
|
and user-defined classes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue