]> granicus.if.org Git - python/commitdiff
#16522: s/always 1/at most 1/.
authorR David Murray <rdmurray@bitdance.com>
Thu, 22 Nov 2012 11:22:41 +0000 (06:22 -0500)
committerR David Murray <rdmurray@bitdance.com>
Thu, 22 Nov 2012 11:22:41 +0000 (06:22 -0500)
Correction thanks to Joey Geralnik.

Doc/library/doctest.rst

index 8822ef3bae45d478c5179acb617fc5ccad3de61b..200de45c23f1965c88ab034460d2d4da52f8d7b9 100644 (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