[bridgedb/develop] Rewrite docstring for HTTPServer.WebResourceBridges class.

commit efd3617acbbbb1996dec57077b3fecab2b4acfc6 Author: Isis Lovecruft <isis@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
participants (1)
-
isis@torproject.org