From 82f7398dcbedc58c9be35088064e47f04c51cc80 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 24 Apr 2012 14:43:30 -0400 Subject: [PATCH] Fix Built -> Build typo in construct_email docstring. --- pygrader/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygrader/email.py b/pygrader/email.py index 0aaae98..3839e51 100644 --- 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"""Built a text/plain email using `Person` instances + r"""Build a text/plain email using `Person` instances >>> from pygrader.model.person import Person as Person >>> author = Person(name='Джон Доу', emails=['jdoe@a.gov.ru']) -- 2.26.2