[issue5341] A selection of spelling errors and typos throughout source

Éric Araujo report at bugs.python.org
Sat Apr 10 14:19:02 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

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

----------
Added file: http://bugs.python.org/file16855/functools-typos-pep8.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5341>
_______________________________________


More information about the Python-bugs-list mailing list