From: Neal Norwitz Date: Tue, 29 Aug 2006 05:40:08 +0000 (+0000) Subject: Fix another typo. X-Git-Tag: v3.0a1~1313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c082cb72a58bd4d6beb6c34d55c653b810776274;p=thirdparty%2FPython%2Fcpython.git Fix another typo. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index 71609075b4e9..bdd284a27db0 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -1562,7 +1562,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 """