From 1908020de289c8bb4597fdfb1f31824a121f1f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 20 Jul 2022 16:41:44 +0200 Subject: [PATCH] DOC: refined doc --- src/caoscrawler/crawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index 0e95523a..d940d2f3 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -419,7 +419,7 @@ class Crawler(object): Returns False if there is at least one property in record which: a) is a reference property AND b) where the value is set to a db.Entity (instead of an ID) AND - c) where the ID of the value is not set (to an integer) + c) where the ID of the value (the db.Entity object in b)) is not set (to an integer) Returns True otherwise. """ -- GitLab