#17329: document unittest.SkipTest.  Initial patch by Zachary Ware.
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py
index 6257936..b408464 100644
--- a/Lib/unittest/case.py
+++ b/Lib/unittest/case.py
@@ -26,7 +26,7 @@
     """
     Raise this exception in a test to skip it.
 
-    Usually you can use TestResult.skip() or one of the skipping decorators
+    Usually you can use TestCase.skipTest() or one of the skipping decorators
     instead of raising this directly.
     """
     pass