Whitespace normalization.

This commit is contained in:
Tim Peters 2001-04-13 05:37:27 +00:00
parent e1f3ed6b58
commit 613b2222cf
2 changed files with 1 additions and 2 deletions

View File

@ -649,4 +649,3 @@ if __name__ == '__main__':
pass pass
# That's all, folks. # That's all, folks.

View File

@ -411,7 +411,7 @@ class TestLoader:
The name may resolve either to a module, a test case class, a 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 test method within a test case class, or a callable object which
returns a TestCase or TestSuite instance. returns a TestCase or TestSuite instance.
The method optionally resolves the names relative to a given module. The method optionally resolves the names relative to a given module.
""" """
parts = string.split(name, '.') parts = string.split(name, '.')