Remove a unneeded line that had typos.

This commit is contained in:
Brett Cannon 2007-11-21 00:16:20 +00:00
parent 5087980c1e
commit 0e5edf5afd
1 changed files with 0 additions and 2 deletions

View 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