summaryrefslogtreecommitdiffstats
path: root/Lib/unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/unittest.py')
-rw-r--r--Lib/unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest.py b/Lib/unittest.py
index 751fe86..f7d979e 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, '.')