diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-03 20:01:05 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-03 20:01:05 +0000 |
commit | 8bd1c0d8cef79980027eeafec63ab69181c46cdf (patch) | |
tree | d774ebb5cb391de9c218de4a273ee13fbb5f339d /Lib/doctest.py | |
parent | 665a3ae0af55c44b6d4b07f2dd5154821842ffc8 (diff) | |
download | cpython-git-8bd1c0d8cef79980027eeafec63ab69181c46cdf.tar.gz |
Backport docos
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r-- | Lib/doctest.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 """ |