From 3860683fffb96ec68299e85b00d54af73edc5fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= Date: Tue, 15 Oct 2019 18:47:14 +0200 Subject: [PATCH] Fixed typo not/now --- MyCapytain/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyCapytain/errors.py b/MyCapytain/errors.py index 7eedc8f5..d05c5a5f 100644 --- a/MyCapytain/errors.py +++ b/MyCapytain/errors.py @@ -15,7 +15,7 @@ class MyCapytainException(BaseException): class JsonLdCollectionMissing(MyCapytainException): - """ Error thrown when a JSON LD has now first resource + """ Error thrown when a JSON LD contains no principle collection Raised when a json supposed to contain collection is parsed but nothing is found