From 21743e4472cd7658cca73c12dde3d60742643e3a Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 10 Sep 2015 21:35:14 +0100 Subject: [PATCH] fix length --- openlp/core/lib/formattingtags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/formattingtags.py b/openlp/core/lib/formattingtags.py index 1eb24622e..3b676ccf9 100644 --- a/openlp/core/lib/formattingtags.py +++ b/openlp/core/lib/formattingtags.py @@ -185,8 +185,8 @@ class FormattingTags(object): A boolean stating whether this is a build-in tag or not. Should be ``True`` in most cases. * temporary - A temporary tag will not be saved, but is also considered when displaying text containing the tag. It has - to be a ``boolean``. + A temporary tag will not be saved, but is also considered when displaying text containing the tag. It + has to be a ``boolean``. """ FormattingTags.html_expands.extend(tags)