]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 13 Apr 2001 05:37:27 +0000 (05:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 13 Apr 2001 05:37:27 +0000 (05:37 +0000)
Lib/pstats.py
Lib/unittest.py

index d456d08b0c6266b119f0ed6dab5102a8ff597fe2..898871aee010d353ebb1b3e13b27ed0a1c090c8a 100644 (file)
@@ -649,4 +649,3 @@ if __name__ == '__main__':
         pass
 
 # That's all, folks.
-
index 751fe86b2d31945938904802bada327706f77268..f7d979edacea17b83942e1b4e960475aa4720605 100644 (file)
@@ -411,7 +411,7 @@ class TestLoader:
         The name may resolve either to a module, a test case class, a
         test method within a test case class, or a callable object which
         returns a TestCase or TestSuite instance.
-        
+
         The method optionally resolves the names relative to a given module.
         """
         parts = string.split(name, '.')