[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Fix docstring for bridgedb.email.templates.addFooter().
commit c82d9cd879a043df2ee68dd6620ee8d842a96ca9
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date: Thu Aug 28 09:46:40 2014 +0000
Fix docstring for bridgedb.email.templates.addFooter().
---
lib/bridgedb/email/templates.py | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/lib/bridgedb/email/templates.py b/lib/bridgedb/email/templates.py
index 5eb97fb..e4d5389 100644
--- a/lib/bridgedb/email/templates.py
+++ b/lib/bridgedb/email/templates.py
@@ -109,15 +109,23 @@ def addHowto(template):
return howToTBB
def addFooter(template, clientAddress=None):
- """Add a footer.
+ """Add a footer::
- --
- <3 BridgeDB
- ________________________________________________________________________
- Public Keys: https://bridges.torproject.org/keys
+ --
+ <3 BridgeDB
+ ________________________________________________________________________
+ Public Keys: https://bridges.torproject.org/keys
- This email was generated with rainbows, unicorns, and sparkles
- for alice@xxxxxxxxxxx on Friday, 09 May, 2014 at 18:59:39.
+ This email was generated with rainbows, unicorns, and sparkles
+ for alice@xxxxxxxxxxx on Friday, 09 May, 2014 at 18:59:39.
+
+
+ :type template: ``gettext.NullTranslation`` or ``gettext.GNUTranslation``
+ :param template: A gettext translations instance, optionally with fallback
+ languages set.
+ :type clientAddress: :api:`twisted.mail.smtp.Address`
+ :param clientAddress: The client's email address which should be in the
+ ``To:`` header of the response email.
"""
now = datetime.utcnow()
clientAddr = clientAddress.addrstr
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits