From 3d28af6ba7e8e145c7d22d876179d558fe0ac5d5 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 2 Aug 2014 18:09:50 +0200 Subject: fix small stuff in the docs --- alot/helper.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'alot/helper.py') diff --git a/alot/helper.py b/alot/helper.py index fb95f706..2257ee8c 100644 --- a/alot/helper.py +++ b/alot/helper.py @@ -557,9 +557,10 @@ def parse_mailcap_nametemplate(tmplate='%s'): def parse_mailto(mailto_str): """ Interpret mailto-string + :param mailto_str: the string to interpret. Must conform to :rfc:2368. - :return: pair headers,body. headers is a dict mapping str to lists of str, - body is a str. + :return: pair headers,body. headers is a dict mapping str to lists of + (str, body) is a str. :rtype: (dict(str-->[str,..], str) """ if mailto_str.startswith('mailto:'): -- cgit v1.2.3