Fix whitespace.

This commit is contained in:
Antoine Pitrou 2012-11-13 21:36:21 +01:00
parent b5b3714168
commit 3354327113
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class TestPartialPy(BaseTestPy, TestPartial):
def test_pickle(self): def test_pickle(self):
raise unittest.SkipTest("Python implementation of partial isn't picklable") raise unittest.SkipTest("Python implementation of partial isn't picklable")
def test_repr(self): def test_repr(self):
raise unittest.SkipTest("Python implementation of partial uses own repr") raise unittest.SkipTest("Python implementation of partial uses own repr")