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 "What's new in Python 2.3"
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, mcherm
Priority: normal Keywords:

Created on 2002-06-10 14:37 by mcherm, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11139 - (view) Author: Michael Chermside (mcherm) (Python triager) Date: 2002-06-10 14:37
Section 6 New and Improved Modules
 >>  bullet Dictionary "pop" method
 >>  >> "Dictionaries have a new method,
methodpop(key)..." should be "Dictionaries have a new
method, pop(key)..."

Great work... nicely written docs!
msg11140 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2002-06-10 15:53
Logged In: YES 
user_id=11375

Typo fixed in CVS; the Web page will be updated the next 
time Fred updates the HTML version.  Thanks!
History
Date User Action Args
2022-04-10 16:05:24adminsetgithub: 36717
2002-06-10 14:37:34mchermcreate