From: W. Trevor King Date: Wed, 9 Jan 2013 15:43:24 +0000 (-0500) Subject: error: Strip trailing whitespace in module docstring X-Git-Tag: v3.0~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e50f06df907da764d787ddb9698d5cca2757c100;p=rss2email.git error: Strip trailing whitespace in module docstring Signed-off-by: W. Trevor King --- diff --git a/rss2email/error.py b/rss2email/error.py index 7223d36..cbe5217 100644 --- a/rss2email/error.py +++ b/rss2email/error.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License along with # rss2email. If not, see . -"""rss2email-specific errors +"""rss2email-specific errors """ from . import LOG as _LOG