[Python-checkins] r45370 - python/trunk/Lib/test/test_getargs2.py

tim.peters python-checkins at python.org
Fri Apr 14 00:58:43 CEST 2006


Author: tim.peters
Date: Fri Apr 14 00:58:42 2006
New Revision: 45370

Modified:
   python/trunk/Lib/test/test_getargs2.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_getargs2.py
==============================================================================
--- python/trunk/Lib/test/test_getargs2.py	(original)
+++ python/trunk/Lib/test/test_getargs2.py	Fri Apr 14 00:58:42 2006
@@ -184,7 +184,7 @@
 
     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()))


More information about the Python-checkins mailing list