From 6330fc804b50befd52e485b9138baac5bb5b0210 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 29 Nov 2022 12:48:41 +0100
Subject: [PATCH] DOC: correct docstring

---
 src/caoscrawler/identifiable.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caoscrawler/identifiable.py b/src/caoscrawler/identifiable.py
index 9a80a774..7ff71725 100644
--- a/src/caoscrawler/identifiable.py
+++ b/src/caoscrawler/identifiable.py
@@ -102,7 +102,7 @@ class Identifiable():
     def _create_hashable_string(identifiable: Identifiable) -> str:
         """
         creates a string from the attributes of an identifiable that can be hashed
-        String has the form "P<parent>N<name>a:5b:10"
+        String has the form "P<parent>N<name>R<reference-ids>a:5b:10"
         """
         rec_string = "P<{}>N<{}>R<{}>".format(
             identifiable.record_type,
-- 
GitLab