From c082cb72a58bd4d6beb6c34d55c653b810776274 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 29 Aug 2006 05:40:08 +0000 Subject: Fix another typo. --- Lib/doctest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/doctest.py b/Lib/doctest.py index 7160907..bdd284a 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 """ -- cgit v0.12