From a0c5ae9e0e7c2174f3de69c8b81c579b5fe71bf7 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 2 Aug 2023 12:49:20 +0200
Subject: [PATCH] [data.indian.datamodule] Improve documentation

---
 src/ptbench/data/indian/datamodule.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/ptbench/data/indian/datamodule.py b/src/ptbench/data/indian/datamodule.py
index 6316f264..f68d184e 100644
--- a/src/ptbench/data/indian/datamodule.py
+++ b/src/ptbench/data/indian/datamodule.py
@@ -21,9 +21,10 @@ def make_split(basename: str) -> DatabaseSplit:
 class DataModule(CachingDataModule):
     """Indian collection dataset for computer-aided diagnosis.
 
-    The Indian collection database has been established to foster research
-    in computer-aided diagnosis of pulmonary diseases with a special
-    focus on pulmonary tuberculosis (TB).
+    The Indian collection database has been established to foster research in
+    computer-aided diagnosis of pulmonary diseases with a special focus on
+    pulmonary tuberculosis (TB).  This database is also known as the "Database
+    A/Database B" database.
 
     * Original images PNG, 8-bit grayscale, 1024 x 1024 pixels
     * Split reference: [INDIAN-2013]_ with 20% of train set for the validation set
-- 
GitLab