commit 54d4d831841cee3b10b6d4ec57faf62da8faa9c1 Author: Isis Lovecruft isis@torproject.org Date: Thu Aug 28 11:16:56 2014 +0000
Fix docstring for bridgedb.email.EmailResponse. --- lib/bridgedb/email/autoresponder.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/bridgedb/email/autoresponder.py b/lib/bridgedb/email/autoresponder.py index 44f4079..3f53e6e 100644 --- a/lib/bridgedb/email/autoresponder.py +++ b/lib/bridgedb/email/autoresponder.py @@ -181,13 +181,12 @@ class EmailResponse(object): keyfile, for example, rather than simply pasting it into the body of the email.)
- :cvar _buff: (unicode or buffer) Used internally to write lines for the + :var _buff: (unicode or buffer) Used internally to write lines for the response email into the ``_mailfile``. The reason why both of these attributes have two possible types is for the same Python-buggy reasons which require :data:`~bridgedb.crypto.NEW_BUFFER_INTERFACE`. - :cvar mailfile: (:class:`io.StringIO` or :class:`io.BytesIO`) An in-memory + :var mailfile: (:class:`io.StringIO` or :class:`io.BytesIO`) An in-memory file for storing the formatted headers and body of the response email. - :var str delimiter: Delimiter between lines written to the :data:`mailfile`. :var bool closed: ``True`` if :meth:`close` has been called.
tor-commits@lists.torproject.org