From 60dd6e538f04fc09a6af468e6af358c1f85a5c32 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 22 Nov 2012 06:22:41 -0500 Subject: #16522: s/always 1/at most 1/. Correction thanks to Joey Geralnik. --- Doc/library/doctest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst index 8822ef3..200de45 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 -- cgit v0.12