New submission from Kurt McKee <contac...@kurtmckee.org>:

In the unittest documentation a distinction is made between the word
"error" and "failure". However, the description for the
TestCase.assertTrue() function reads:

"Signal a test failure if expr is false; the explanation for the error..."

The word "error" should instead read "failure" in order to maintain
consistency with the words' uses throughout the rest of the documentation.

----------
assignee: georg.brandl
components: Documentation
messages: 86444
nosy: georg.brandl, kurtmckee
severity: normal
status: open
title: The word "error" used instead of "failure"

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5834>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to