docstring typo stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 27 Nov 2012 11:18:42 +0100
branchstable
changeset 8599 4fabc81cd924
parent 8598 95b3792a8947
child 8600 d74addac92bb
docstring typo
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 <http://www.gnu.org/licenses/>.
-"""Common utilies to format / semd emails."""
+"""Common utilies to format / send emails."""
 
 __docformat__ = "restructuredtext en"