From: R David Murray Date: Thu, 22 Nov 2012 11:22:41 +0000 (-0500) Subject: #16522: s/always 1/at most 1/. X-Git-Tag: v3.4.0a1~1962 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60dd6e538f04fc09a6af468e6af358c1f85a5c32;p=thirdparty%2FPython%2Fcpython.git #16522: s/always 1/at most 1/. Correction thanks to Joey Geralnik. --- diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst index 8822ef3bae45..200de45c23f1 100644 --- a/Doc/library/doctest.rst +++ b/Doc/library/doctest.rst @@ -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