commit 045b9f04d7dd2cc24aa3bd396459bb5e400ff5f7 Author: aagbsn aagbsn@extc.org Date: Fri Nov 30 17:26:20 2012 +0000
Make docstring work with sphinx --- ooni/templates/httpt.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py index 01853f3..eb574be 100644 --- a/ooni/templates/httpt.py +++ b/ooni/templates/httpt.py @@ -176,7 +176,7 @@ class HTTPTest(NetTestCase): Note: if self.followRedirects is set to True, then this method will never be called. XXX perhaps we may want to hook _handleResponse in RedirectAgent to - call processRedirect every time we get redirected. + call processRedirect every time we get redirected.
Args:
tor-commits@lists.torproject.org