From: Neal Norwitz Date: Tue, 29 Aug 2006 05:40:58 +0000 (+0000) Subject: Fix a couple of typos. X-Git-Tag: v2.6a1~2736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d219e7f986a9b777c969614bf21967fd0c44df69;p=python Fix a couple of typos. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index fe734b3f82..32d076aa7f 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -1561,7 +1561,7 @@ class DocTestFailure(Exception): - test: the DocTest object being run - - excample: the Example object that failed + - example: the Example object that failed - got: the actual output """ @@ -1580,7 +1580,7 @@ class UnexpectedException(Exception): - test: the DocTest object being run - - excample: the Example object that failed + - example: the Example object that failed - exc_info: the exception info """