r47063 - fix

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 24 Mar 2016 05:37:47 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Thu Mar 24 05:37:43 2016
New Revision: 47063

Modified:
   branches/oldstyle-decorator-8244/twisted/python/test/test_util.py

Log:
fix

Modified: branches/oldstyle-decorator-8244/twisted/python/test/test_util.py
==============================================================================
--- branches/oldstyle-decorator-8244/twisted/python/test/test_util.py	(original)
+++ branches/oldstyle-decorator-8244/twisted/python/test/test_util.py	Thu Mar 24 05:37:43 2016
@@ -1120,6 +1120,9 @@
 
 
 class ReplaceIfTests(unittest.TestCase):
+    """
+    Tests for L{util._replaceIf}.
+    """
 
     def test_replacesIfTrue(self):
         """