summaryrefslogtreecommitdiff
path: root/Lib/test/test_getargs2.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-07-26 23:23:15 +0000
committerTim Peters <tim.peters@gmail.com>2006-07-26 23:23:15 +0000
commit95621b25dce4dc80c2c38f336e8052851d211374 (patch)
tree6acb2ad27ffba339b74d75b710be22ed259aaa5a /Lib/test/test_getargs2.py
parenteb26ea3f83a0ea729eaf4bc2a44279013effd21a (diff)
downloadcpython-git-95621b25dce4dc80c2c38f336e8052851d211374.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_getargs2.py')
-rw-r--r--Lib/test/test_getargs2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_getargs2.py b/Lib/test/test_getargs2.py
index 0d9cbd6782..90ca303eca 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))