mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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)))
|
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-
|
Print formatted message. Each positional argument is rendered as newline-
|
||||||
separated paragraph. An optional highlighted title is printed above the text
|
separated paragraph. An optional highlighted title is printed above the text
|
||||||
|
|
Loading…
Reference in New Issue
Block a user