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: Grammar error in UserDict module docs
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, technel
Priority: normal Keywords:

Created on 2008-06-26 14:29 by technel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68784 - (view) Author: Michael Schreifels (technel) Date: 2008-06-26 14:29
The second paragraph of the UserDict module documentation begins with this:

"This also module defines a class..."

which should be:

"This module also defines a class..."

(See http://docs.python.org/lib/module-UserDict.html )
msg68798 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-26 18:54
Already fixed in SVN. Thanks!
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47459
2008-06-26 18:54:15georg.brandlsetstatus: open -> closed
resolution: out of date
messages: + msg68798
2008-06-26 14:29:43technelcreate