From 4896ce33200352248b48590510e47bbe1b5b8e41 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 2 Oct 2017 00:09:14 +0200 Subject: [PATCH] Remove misleading comment --- spacy/cli/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/convert.py b/spacy/cli/convert.py index fef6753e6..89615bbe8 100644 --- a/spacy/cli/convert.py +++ b/spacy/cli/convert.py @@ -14,7 +14,7 @@ from ..util import prints CONVERTERS = { '.conllu': conllu2json, '.conll': conllu2json, - '.iob': iob2json + '.iob': iob2json, }