[tor-commits] [bridgedb/develop] Rewrite docstring for	HTTPServer.WebResourceBridges class.
    isis at torproject.org 
    isis at torproject.org
       
    Tue Apr  8 18:33:04 UTC 2014
    
    
  
commit efd3617acbbbb1996dec57077b3fecab2b4acfc6
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Apr 8 16:15:23 2014 +0000
    Rewrite docstring for HTTPServer.WebResourceBridges class.
---
 lib/bridgedb/HTTPServer.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index f460ac9..dbeb935 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -554,8 +554,7 @@ class WebResourceOptions(resource.Resource):
 
 
 class WebResourceBridges(resource.Resource):
-    """This resource is used by Twisted Web to give a web page with some
-       bridges in response to a request."""
+    """This resource displays bridge lines in response to a request."""
 
     isLeaf = True
 
    
    
More information about the tor-commits
mailing list