]> granicus.if.org Git - python/commitdiff
Remove a unneeded line that had typos.
authorBrett Cannon <bcannon@gmail.com>
Wed, 21 Nov 2007 00:16:20 +0000 (00:16 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 21 Nov 2007 00:16:20 +0000 (00:16 +0000)
Lib/test/test_doctest.py

index e8379c5dc4cf073517f77a1d735653c14a5906e8..e2a24c4ae2df3d6386bcca7c38f704f773db4168 100644 (file)
@@ -1969,8 +1969,6 @@ def test_DocFileSuite():
 
        And, you can provide setUp and tearDown functions:
 
-       You can supply setUp and teatDoen functions:
-
          >>> def setUp(t):
          ...     import test.test_doctest
          ...     test.test_doctest.sillySetup = True