From: Tim Peters Date: Fri, 13 Apr 2001 05:37:27 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.1c1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=613b2222cf859561adf00ebd5f67d3fc9738f752;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/pstats.py b/Lib/pstats.py index d456d08b0c62..898871aee010 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -649,4 +649,3 @@ if __name__ == '__main__': pass # That's all, folks. - diff --git a/Lib/unittest.py b/Lib/unittest.py index 751fe86b2d31..f7d979edacea 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py @@ -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, '.')