From 0908c2dc335ca005614c024fbfd28edab5f2773c Mon Sep 17 00:00:00 2001
From: Vitali Telezki <vitali.telezki@med.uni-goettingen.de>
Date: Fri, 7 Oct 2022 09:17:10 +0000
Subject: [PATCH] Update yaml_interface.rst

---
 src/doc/yaml_interface.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/doc/yaml_interface.rst b/src/doc/yaml_interface.rst
index 3cad3a39..84fef219 100644
--- a/src/doc/yaml_interface.rst
+++ b/src/doc/yaml_interface.rst
@@ -1,4 +1,3 @@
-
 ===============================
  YAML data model specification
 ===============================
@@ -102,7 +101,7 @@ Example:
           experimentId:
              datatype: INTEGER
              description: 'UID of this experiment'
-          date:  # no further attributes here!
+          date:  # no further attributes here, since property was defined above in 'Project'!
 
 
 The above example defines two Records: Project and Experiment
-- 
GitLab