diff --git a/pysegcnn/main/config.py b/pysegcnn/main/config.py
index 64dbb948c5ab5ab5dca61b84ce8b1f575549f70b..3a8707004e917bdc62bf51fd62fa714d7d5810f5 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.
 """