From a9f10f77f4244318d96b599a5ea6f509d81c611e Mon Sep 17 00:00:00 2001
From: pglez82 <pglez82@gmail.com>
Date: Tue, 17 Oct 2023 18:44:28 +0200
Subject: [PATCH] fixing mistakes

---
 quapy/data/datasets.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quapy/data/datasets.py b/quapy/data/datasets.py
index e6d88b2..a5a66c7 100644
--- a/quapy/data/datasets.py
+++ b/quapy/data/datasets.py
@@ -566,7 +566,7 @@ def fetch_UCIMulticlassDataset(dataset_name, data_home=None, test_split=0.3, ver
     `Pérez-Gállego, P., Castano, A., Quevedo, J. R., & del Coz, J. J. (2019).
     Dynamic ensemble selection for quantification tasks.
     Information Fusion, 45, 1-15. <https://www.sciencedirect.com/science/article/pii/S1566253517303652>`_.
-    The datasets do not come with a predefined train-test split (see :meth:`fetch_UCILabelledCollection` for further
+    The datasets do not come with a predefined train-test split (see :meth:`fetch_UCIMulticlassLabelledCollection` for further
     information on how to use these collections), and so a train-test split is generated at desired proportion.
     The list of valid dataset names can be accessed in `quapy.data.datasets.UCI_MULTICLASS_DATASETS`