summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-13 22:58:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-13 22:58:42 (GMT)
commit8e6480ca02adb3cb790c0e12cef13cc41d2744e2 (patch)
tree964f77a08d12815247afdef0ab97610fef213ebd
parent3adc4aa2fb58aaca2f7692a37239ee3157887166 (diff)
downloadcpython-8e6480ca02adb3cb790c0e12cef13cc41d2744e2.zip
cpython-8e6480ca02adb3cb790c0e12cef13cc41d2744e2.tar.gz
cpython-8e6480ca02adb3cb790c0e12cef13cc41d2744e2.tar.bz2
Whitespace normalization.
-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 670c945..10481b0 100644
--- a/Lib/test/test_getargs2.py
+++ b/Lib/test/test_getargs2.py
@@ -184,7 +184,7 @@ class Signed_TestCase(unittest.TestCase):
def test_n(self):
from _testcapi import getargs_n
- # n returns 'Py_ssize_t', and does range checking
+ # n returns 'Py_ssize_t', and does range checking
# (PY_SSIZE_T_MIN ... PY_SSIZE_T_MAX)
self.failUnlessEqual(3, getargs_n(3.14))
self.failUnlessEqual(99, getargs_n(Long()))