#16522: s/always 1/at most 1/.

Correction thanks to Joey Geralnik.
This commit is contained in:
R David Murray 2012-11-22 06:22:41 -05:00
parent ded22c6c9d
commit 60dd6e538f
1 changed files with 2 additions and 2 deletions

View File

@ -636,8 +636,8 @@ The second group of options controls how test failures are reported:
.. data:: FAIL_FAST
When specified, exit after the first failing example and don't attempt to run
the remaining examples. Thus, the number of failures reported will always be 1.
This flag may be useful during debugging, since examples after the first
the remaining examples. Thus, the number of failures reported will be at most
1. This flag may be useful during debugging, since examples after the first
failure won't even produce debugging output.
.. versionadded:: 3.4