summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-29 05:40:08 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-29 05:40:08 +0000
commitc082cb72a58bd4d6beb6c34d55c653b810776274 (patch)
treee4f8becd625ec822d444df11eedf100b2defdab0
parent2eca440c8dff47f1de8efb166f1db9c76b54eadd (diff)
downloadcpython-git-c082cb72a58bd4d6beb6c34d55c653b810776274.tar.gz
Fix another typo.
-rw-r--r--Lib/doctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py
index 71609075b4..bdd284a27d 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
"""