From: Brett Cannon Date: Wed, 21 Nov 2007 00:16:20 +0000 (+0000) Subject: Remove a unneeded line that had typos. X-Git-Tag: v2.6a1~1030 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e5edf5afd43b522f63b318b6d982579395ab6af;p=thirdparty%2FPython%2Fcpython.git Remove a unneeded line that had typos. --- diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index e8379c5dc4cf..e2a24c4ae2df 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -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