commit | c082cb72a58bd4d6beb6c34d55c653b810776274 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Aug 29 05:40:08 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Aug 29 05:40:08 2006 +0000 |
tree | e4f8becd625ec822d444df11eedf100b2defdab0 | |
parent | 2eca440c8dff47f1de8efb166f1db9c76b54eadd [diff] [blame] |
Fix another typo.
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 @@ - test: the DocTest object being run - - excample: the Example object that failed + - example: the Example object that failed - got: the actual output """