mirror of https://github.com/python/cpython
Remove a unneeded line that had typos.
This commit is contained in:
parent
5087980c1e
commit
0e5edf5afd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue