commit d2387ae03f1f3564ee7e8cccf76f5e4cf7851e0f
Author: Isis Lovecruft <i...@torproject.org>
Date:   Wed May 28 18:12:58 2014 +0000

    Fix Sphinx method link in b.e.server.generateResponse() docstring.
---
 lib/bridgedb/email/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/email/server.py b/lib/bridgedb/email/server.py
index 2a2a66f..96527f5 100644
--- a/lib/bridgedb/email/server.py
+++ b/lib/bridgedb/email/server.py
@@ -173,7 +173,7 @@ def generateResponse(fromAddress, clientAddress, body, 
subject=None,
     :rtype: :class:`MailResponse`
     :returns: A ``MailResponse`` which contains the entire email. To obtain
         the contents of the email, including all headers, simply use
-        :meth:`MailResponse.read`.
+        :meth:`MailResponse.readContents`.
     """
     response = MailResponse(gpgContext)
     response.writeHeaders(fromAddress, clientAddress, subject,



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to