[Python-checkins] r51642 - python/trunk/Lib/doctest.py

neal.norwitz python-checkins at python.org
Tue Aug 29 07:40:59 CEST 2006


Author: neal.norwitz
Date: Tue Aug 29 07:40:58 2006
New Revision: 51642

Modified:
   python/trunk/Lib/doctest.py
Log:
Fix a couple of typos.

Modified: python/trunk/Lib/doctest.py
==============================================================================
--- python/trunk/Lib/doctest.py	(original)
+++ python/trunk/Lib/doctest.py	Tue Aug 29 07:40:58 2006
@@ -1561,7 +1561,7 @@
 
     - 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 @@
 
     - test: the DocTest object being run
 
-    - excample: the Example object that failed
+    - example: the Example object that failed
 
     - exc_info: the exception info
     """


More information about the Python-checkins mailing list