[Python-checkins] python/dist/src/Lib doctest.py,1.75,1.76

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Aug 22 19:50:48 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4899/Lib

Modified Files:
	doctest.py 
Log Message:
Type in docstring.


Index: doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/doctest.py,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- doctest.py	22 Aug 2004 17:34:58 -0000	1.75
+++ doctest.py	22 Aug 2004 17:50:45 -0000	1.76
@@ -2135,7 +2135,7 @@
                  setUp=lambda: None, tearDown=lambda: None,
                  checker=None):
     """
-    Convert doctest tests for a mudule to a unittest test suite.
+    Convert doctest tests for a module to a unittest test suite.
 
     This converts each documentation string in a module that
     contains doctest tests to a unittest test case.  If any of the



More information about the Python-checkins mailing list