r47137 - fix

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sun, 3 Apr 2016 19:12:43 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Sun Apr  3 19:12:37 2016
New Revision: 47137

Modified:
   branches/constantly-7351-2/twisted/internet/_sslverify.py

Log:
fix

Modified: branches/constantly-7351-2/twisted/internet/_sslverify.py
==============================================================================
--- branches/constantly-7351-2/twisted/internet/_sslverify.py	(original)
+++ branches/constantly-7351-2/twisted/internet/_sslverify.py	Sun Apr  3 19:12:37 2016
@@ -264,7 +264,7 @@
 
     @return: A combination of flags from L{ProtocolNegotiationSupport} that
         indicate which mechanisms for protocol negotiation are supported.
-    @rtype: L{FlagConstant}
+    @rtype: L{constantly.FlagConstant}
     """
     support = ProtocolNegotiationSupport.NOSUPPORT
     ctx = SSL.Context(SSL.SSLv23_METHOD)