From e03ae9ea130e48e28f5604883ad97c8fbb24af00 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Mon, 9 Jul 2018 15:40:12 +0200
Subject: [PATCH] [algorithm] a nth change to MLP docstrings

---
 bob/pad/base/algorithm/MLP.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/pad/base/algorithm/MLP.py b/bob/pad/base/algorithm/MLP.py
index 44c4865..db2d9a7 100644
--- a/bob/pad/base/algorithm/MLP.py
+++ b/bob/pad/base/algorithm/MLP.py
@@ -56,7 +56,7 @@ class MLP(Algorithm):
 
         Parameters
         ----------
-        training_features : :py:class:`list` of :py:class:`numpy.ndarray` 
+        training_features : :any:`list` of :py:class:`numpy.ndarray` 
           Data used to train the MLP. The real attempts are in training_features[0] and the attacks are in training_features[1]
         projector_file : str
           Filename where to save the trained model.
-- 
GitLab