]> granicus.if.org Git - python/commitdiff
Fix another typo.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 29 Aug 2006 05:40:08 +0000 (05:40 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 29 Aug 2006 05:40:08 +0000 (05:40 +0000)
Lib/doctest.py

index 71609075b4e94b79024c05638479d7917051e6ef..bdd284a27db0fd5efd7145f90bc7dd054005de15 100644 (file)
@@ -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
     """