From 5f7610eb8ee9862874aaaf4f6065e621da6229f8 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 11 Aug 2020 17:09:36 +0200
Subject: [PATCH] Removed erroneous documentation

---
 pysegcnn/main/config.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pysegcnn/main/config.py b/pysegcnn/main/config.py
index 64dbb94..3a87070 100644
--- a/pysegcnn/main/config.py
+++ b/pysegcnn/main/config.py
@@ -1,7 +1,6 @@
 """The configuration file to train and evaluate a model.
 
-The configuration is handled by the class Config. You can either modify the
-config.py file directly, or you can simply modify the config.yaml file.
+The configuration is handled by the config dictionary.
 
 Modify the variable values to your needs, but DO NOT modify the variable names.
 """
-- 
GitLab