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.

Author eric.araujo
Recipients eric.araujo, georg.brandl, mark.dickinson, r.david.murray, rhettinger
Date 2010-04-10.12:18:59
SpamBayes Score 2.6795233e-13
Marked as misclassified No
Message-id <1270901942.61.0.559101867813.issue5341@psf.upfronthosting.co.za>
In-reply-to
Content
Hello spelling and doc people

(I hope it’s okay to use this bug as umbrella instead of opening a myriad bugs for typos.)

Attached patch fixes small things in functools module and docs:
- Typos: “simplies” does not exist, “fills-in” needs no hyphen since it’s a verb;
- Unnecessary repetition of filename in docstring (doc tools are good enough to introspect it, see e.g. “pydoc functools”);
- Whitespace in keyword arguments;
- Use triple-quoted docstrings for consistency’s sake.

Regards
History
Date User Action Args
2010-04-10 12:19:02eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, mark.dickinson, r.david.murray
2010-04-10 12:19:02eric.araujosetmessageid: <1270901942.61.0.559101867813.issue5341@psf.upfronthosting.co.za>
2010-04-10 12:19:00eric.araujolinkissue5341 messages
2010-04-10 12:19:00eric.araujocreate