]> granicus.if.org Git - python/commitdiff
Backport docos
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Sep 2006 20:01:05 +0000 (20:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Sep 2006 20:01:05 +0000 (20:01 +0000)
Lib/doctest.py

index fe734b3f82afe12474e29ed601899d3627a15c5f..32d076aa7f357ecb13e29eeec0068a1e877de1ad 100644 (file)
@@ -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
     """