[Python-checkins] r51703 - python/branches/release25-maint/Lib/doctest.py

neal.norwitz python-checkins at python.org
Sun Sep 3 22:01:06 CEST 2006


Author: neal.norwitz
Date: Sun Sep  3 22:01:05 2006
New Revision: 51703

Modified:
   python/branches/release25-maint/Lib/doctest.py
Log:
Backport docos

Modified: python/branches/release25-maint/Lib/doctest.py
==============================================================================
--- python/branches/release25-maint/Lib/doctest.py	(original)
+++ python/branches/release25-maint/Lib/doctest.py	Sun Sep  3 22:01:05 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