mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Whitespace normalization.
This commit is contained in:
parent
e1f3ed6b58
commit
613b2222cf
2 changed files with 1 additions and 2 deletions
|
|
@ -649,4 +649,3 @@ def postcmd(self, stop, line):
|
|||
pass
|
||||
|
||||
# That's all, folks.
|
||||
|
||||
|
|
|
|||
|
|
@ -411,7 +411,7 @@ def loadTestsFromName(self, name, module=None):
|
|||
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, '.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue