Author: neal.norwitz
Date: Tue Aug 29 07:40:08 2006
New Revision: 51641

Modified:
   python/branches/p3yk/Lib/doctest.py
Log:
Fix another typo.

Modified: python/branches/p3yk/Lib/doctest.py
==============================================================================
--- python/branches/p3yk/Lib/doctest.py (original)
+++ python/branches/p3yk/Lib/doctest.py Tue Aug 29 07:40:08 2006
@@ -1562,7 +1562,7 @@
 
     - test: the DocTest object being run
 
-    - excample: the Example object that failed
+    - example: the Example object that failed
 
     - got: the actual output
     """
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to