diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-07-26 23:23:15 (GMT) |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-07-26 23:23:15 (GMT) |
| commit | 95621b25dce4dc80c2c38f336e8052851d211374 (patch) | |
| tree | 6acb2ad27ffba339b74d75b710be22ed259aaa5a /Lib/test/test_getargs2.py | |
| parent | eb26ea3f83a0ea729eaf4bc2a44279013effd21a (diff) | |
| download | cpython-95621b25dce4dc80c2c38f336e8052851d211374.zip cpython-95621b25dce4dc80c2c38f336e8052851d211374.tar.gz cpython-95621b25dce4dc80c2c38f336e8052851d211374.tar.bz2 | |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_getargs2.py')
| -rw-r--r-- | Lib/test/test_getargs2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_getargs2.py b/Lib/test/test_getargs2.py index 0d9cbd6..90ca303 100644 --- a/Lib/test/test_getargs2.py +++ b/Lib/test/test_getargs2.py @@ -237,7 +237,7 @@ class LongLong_TestCase(unittest.TestCase): class Tuple_TestCase(unittest.TestCase): def test_tuple(self): from _testcapi import getargs_tuple - + ret = getargs_tuple(1, (2, 3)) self.assertEquals(ret, (1,2,3)) |
