# HG changeset patch # User Sylvain Thénault # Date 1354011522 -3600 # Node ID 4fabc81cd92464c985cbee13317030e54f9a21af # Parent 95b3792a8947dbe82675c5a4696e3e507bc53e42 docstring typo diff -r 95b3792a8947 -r 4fabc81cd924 mail.py --- a/mail.py Thu Nov 22 16:13:43 2012 +0100 +++ b/mail.py Tue Nov 27 11:18:42 2012 +0100 @@ -1,4 +1,4 @@ -# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""Common utilies to format / semd emails.""" +"""Common utilies to format / send emails.""" __docformat__ = "restructuredtext en"