Add missing strip() on tag_list docstring.
This commit is contained in:
parent
635db7e04f
commit
b6e21e2e65
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ tag_list:
|
|||
Show all tags in the database.
|
||||
|
||||
> etiquette_cli.py tag_list
|
||||
'''
|
||||
'''.strip(),
|
||||
)
|
||||
|
||||
DOCSTRING = betterhelp.add_previews(DOCSTRING, SUB_DOCSTRINGS)
|
||||
|
|
Loading…
Reference in a new issue