From 94697e9afc8043ce8e78dbe8633bc6e6c7bb8a5f Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 8 May 2017 02:00:37 +0200 Subject: [PATCH] Fix typo --- spacy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index c07d7fe32..ba1655347 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -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