This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: typo in tutorial
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: effbot, silverfish
Priority: normal Keywords:

Created on 2006-02-12 12:53 by silverfish, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27498 - (view) Author: John Hicken (silverfish) Date: 2006-02-12 12:53
In the "Whetting Your Appetite" section of the 
tutorial:
http://www.python.org/doc/2.4.2/tut/node3.html

Near the end
"Python enables programs to written compactly..." 
should read "Python enables programs to be written 
compactly"

This is from Python version 2.4.2.


msg27499 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2006-02-12 16:28
Logged In: YES 
user_id=38376

This has been fixed in SVN (revision 39344).
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42894
2006-02-12 12:53:18silverfishcreate