From 688f842890f0e04f8cd4530814c0a58e8cc06363 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 15 Feb 2024 15:29:16 +0100
Subject: [PATCH] DOC: Clarify docstring

---
 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 c6ec7e91..fe523177 100644
--- a/src/caoscrawler/crawl.py
+++ b/src/caoscrawler/crawl.py
@@ -243,7 +243,7 @@ class TreatedRecordLookUp():
     In the case that the Record is not yet in the remote server, there cannot be a Python object
     with an ID. Thus we might have one with a path and one with an identifiable. If that Record
     does not yet exist, it is necessary that both Python objects have at least either the path or
-    the identifiable in common. Currently, this has to be assured by the user.
+    the identifiable in common.
     """
 
     def __init__(self):
-- 
GitLab