From 95a5f5ba94ffdb269f39cc7f4ee85740196dc6ec Mon Sep 17 00:00:00 2001 From: AD Date: Thu, 24 Jan 2019 14:35:31 +0100 Subject: [PATCH] add linebreak --- tagmaps/config/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tagmaps/config/config.py b/tagmaps/config/config.py index 4760ddc..31277a8 100644 --- a/tagmaps/config/config.py +++ b/tagmaps/config/config.py @@ -107,7 +107,8 @@ def parse_args(self): help="Will attempt to exclude any tags that " "are (over)used at above a certain percentage " "of locations in processing extent. This " - "may improve legibility of tag maps at larger scales" + "may improve legibility of tag maps at " + "larger scales" ) parser.add_argument("-j", "--tokenizeJapanese",