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 section 5.3 of tutorial
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: btvincent, rhettinger
Priority: low Keywords:

Created on 2005-06-17 08:50 by btvincent, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25560 - (view) Author: uman (btvincent) Date: 2005-06-17 08:50
In section 5.3 of the tutorial:

As you see, on output tuples are alway enclosed in
parentheses,

should read:

As you see, on output tuples are always enclosed in
parentheses,

there is an "s" missing from "always".
msg25561 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-06-17 10:28
Logged In: YES 
user_id=80475

Fixed.
Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42092
2005-06-17 08:50:14btvincentcreate