diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-11-21 00:16:20 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-11-21 00:16:20 (GMT) |
commit | 0e5edf5afd43b522f63b318b6d982579395ab6af (patch) | |
tree | c42ee8abcbc5cac6a54b66b073112845bfc4790c /Lib | |
parent | 5087980c1e7e6733983245cd0f209d8770f9686e (diff) | |
download | cpython-0e5edf5afd43b522f63b318b6d982579395ab6af.zip cpython-0e5edf5afd43b522f63b318b6d982579395ab6af.tar.gz cpython-0e5edf5afd43b522f63b318b6d982579395ab6af.tar.bz2 |
Remove a unneeded line that had typos.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_doctest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index e8379c5..e2a24c4 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 |