[Python-projects] Pylint message nit
skip at pobox.com
skip at pobox.com
Mon Oct 2 21:52:59 CEST 2006
I'm not sure where to send this sort of thing. (Is there a pylint bugs
mailing list?) Seems like too much noise for the list, but I have no better
place to send it at this point:
% diff -u checkers/design_analysis.py.~1~ checkers/design_analysis.py
--- checkers/design_analysis.py.~1~ 2006-05-07 05:32:13.000000000 -0500
+++ checkers/design_analysis.py 2006-10-02 14:50:03.465314000 -0500
@@ -45,8 +45,8 @@
'R0902': ('Too many instance attributes (%s/%s)',
'Used when class has too many instance attributes, try to reduce \
this to get a more simple (and so easier to use) class.'),
- 'R0903': ('To few public methods (%s/%s)',
- 'Used when class has to few public methods, so be sure it\'s \
+ 'R0903': ('Too few public methods (%s/%s)',
+ 'Used when class has too few public methods, so be sure it\'s \
really worth it.'),
'R0904': ('Too many public methods (%s/%s)',
'Used when class has too many public methods, try to reduce \
--
Skip Montanaro - skip at pobox.com - http://www.mojam.com/
"In China today, Bill Gates is Britney Spears. In America today, Britney
Spears is Britney Spears - and that is our problem." Thomas L. Friedman in
"The World is Flat"
More information about the Python-Projects
mailing list