fix length

This commit is contained in:
Tim Bentley 2015-09-10 21:35:14 +01:00
parent afa4f7b0b2
commit 21743e4472
1 changed files with 2 additions and 2 deletions

View File

@ -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)