projects
/
pygrader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7607541
)
Fix Built -> Build typo in construct_email docstring.
author
W. Trevor King
<wking@tremily.us>
Tue, 24 Apr 2012 18:43:30 +0000
(14:43 -0400)
committer
W. Trevor King
<wking@tremily.us>
Tue, 24 Apr 2012 18:43:30 +0000
(14:43 -0400)
pygrader/email.py
patch
|
blob
|
history
diff --git
a/pygrader/email.py
b/pygrader/email.py
index 0aaae98371b3c6a7cc9fd1db20268a3d7d419b76..3839e51fc828524c70713e244e4cfb54c211f2c4 100644
(file)
--- a/
pygrader/email.py
+++ b/
pygrader/email.py
@@
-151,7
+151,7
@@
def get_address(person, header=False):
return _email_utils.formataddr((person.name, person.emails[0]))
def construct_email(author, targets, subject, text, cc=None):
- r"""Buil
t
a text/plain email using `Person` instances
+ r"""Buil
d
a text/plain email using `Person` instances
>>> from pygrader.model.person import Person as Person
>>> author = Person(name='Джон Доу', emails=['jdoe@a.gov.ru'])