mirror of https://github.com/explosion/spaCy.git
Fix typo
This commit is contained in:
parent
0ee2a22b67
commit
94697e9afc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue