diff --git a/bob/ip/binseg/configs/datasets/covd_chasedb1.py b/bob/ip/binseg/configs/datasets/covd_chasedb1.py
index e88accd005c2758190b57d285ec5bf3051c3c54e..f24dd304db33ba65c9e90aed7f12450a281da631 100644
--- a/bob/ip/binseg/configs/datasets/covd_chasedb1.py
+++ b/bob/ip/binseg/configs/datasets/covd_chasedb1.py
@@ -5,7 +5,7 @@
 
 * Configuration resolution (height x width): 960 x 960
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
+The dataset available in this file is composed of DRIVE, STARE, IOSTAR
 vessel and HRF (with annotated samples).
 """
 
diff --git a/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py b/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py
index 4d73e6a85228f2fc3204e7351f3a0b10497f901f..370562e3781d7e38beb05650b6066d3521f1c312 100644
--- a/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py
+++ b/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py
@@ -5,7 +5,7 @@
 
 * Configuration resolution (height x width): 960 x 960
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
+The dataset available in this file is composed of DRIVE, STARE, IOSTAR
 vessel and HRF (with annotated samples) and CHASE-DB1 without labels.
 """
 
diff --git a/bob/ip/binseg/configs/datasets/covd_hrf.py b/bob/ip/binseg/configs/datasets/covd_hrf.py
index 8105d3331266dfa50d673198d0f0203e08ca52c3..369cf9d36ee1c20e700bdf9e3274c21190c739ae 100644
--- a/bob/ip/binseg/configs/datasets/covd_hrf.py
+++ b/bob/ip/binseg/configs/datasets/covd_hrf.py
@@ -5,8 +5,8 @@
 
 * Configuration resolution: 1168 x 1648
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
-vessel and CHASE-DB1 (with annotated samples).
+The dataset available in this file is composed of DRIVE STARE, CHASE-DB1, and
+IOSTAR vessel (with annotated samples).
 """
 
 from bob.ip.binseg.data.transforms import *
diff --git a/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py b/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py
index 71658d04d2dad5b09ae60116d02e13fd636803f9..ec769cfbe3be35a7945be3f0eb5620f6fcb65aa7 100644
--- a/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py
+++ b/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py
@@ -5,8 +5,8 @@
 
 * Configuration resolution: 1168 x 1648
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
-vessel and CHASE-DB1 (with annotated samples) and HRF without labels.
+The dataset available in this file is composed of DRIVE STARE, CHASE-DB1, and
+IOSTAR vessel (with annotated samples), and HRF without labels.
 """
 
 from bob.ip.binseg.configs.datasets.covd_hrf import dataset as _labelled