From bfc266b22b1d8e6072769c17c74f346a01f10bbc Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Wed, 26 Jun 2013 01:19:47 +0200 Subject: [PATCH] Removed a dangling "+" character from the format module. --- gitinspector/format.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitinspector/format.py b/gitinspector/format.py index 5ba8389..a56fef3 100644 --- a/gitinspector/format.py +++ b/gitinspector/format.py @@ -75,8 +75,8 @@ def output_header(): jquery_flot = flot_js, jquery_flot_pie = pie_js, logo = logo.decode("utf-8", "replace"), - logo_text = _("The output has been generated by {0}; the statistical analysis tool " + - "for git repositories.").format( + logo_text = _("The output has been generated by {0}; the statistical analysis tool" + " for git repositories.").format( "gitinspector"), show_minor_authors = _("Show minor authors"), hide_minor_authors = _("Hide minor authors"),