diff options
| author | Tim Peters <tim.peters@gmail.com> | 2005-03-28 01:08:02 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2005-03-28 01:08:02 +0000 |
| commit | eba28bea9b8ef7df010e65c630b8c0f7009c6005 (patch) | |
| tree | 9ec2d5adb6886c2577a8c20e4e51d6d7ed393ec4 /Lib/test/test_functional.py | |
| parent | 700f36c7520bffef73d86088fa80b7a1c62c416a (diff) | |
| download | cpython-git-eba28bea9b8ef7df010e65c630b8c0f7009c6005.tar.gz | |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_functional.py')
| -rw-r--r-- | Lib/test/test_functional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_functional.py b/Lib/test/test_functional.py index 97e30c3f8e..5078a2e94f 100644 --- a/Lib/test/test_functional.py +++ b/Lib/test/test_functional.py @@ -139,7 +139,7 @@ class TestPartial(unittest.TestCase): self.assertEqual(join(data), '0123456789') join = self.thetype(''.join) self.assertEqual(join(data), '0123456789') - + class PartialSubclass(functional.partial): pass |
