This commit is contained in:
ines 2017-05-08 02:00:37 +02:00
parent 0ee2a22b67
commit 94697e9afc

View File

@ -189,7 +189,7 @@ def print_markdown(data, title=None):
print('\n{}\n'.format('\n'.join(markdown)))
def prints(*texts, **kwargs title=None, exits=False):
def prints(*texts, **kwargs):
"""
Print formatted message. Each positional argument is rendered as newline-
separated paragraph. An optional highlighted title is printed above the text