From 7584fdafec2022bb19bd458eca07f1903c98ef20 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 30 Jun 2020 12:59:13 +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 a61bbf044..7f70a131a 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -925,7 +925,7 @@ def from_disk(path, readers, exclude): # Split to support file names like meta.json if key.split(".")[0] not in exclude: reader(path / key) - return + return path def split_command(command):