From adf2fe7c358e3a9e4f6c2b55e02b0ea0a7f596c9 Mon Sep 17 00:00:00 2001
From: Tiago de Freitas Pereira <tiago.pereira@idiap.ch>
Date: Tue, 5 May 2020 11:58:51 +0200
Subject: [PATCH] Apply suggestion to bob/bio/base/transformers/preprocessor.py

---
 bob/bio/base/transformers/preprocessor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/transformers/preprocessor.py b/bob/bio/base/transformers/preprocessor.py
index acb7824d..fcb5dfab 100644
--- a/bob/bio/base/transformers/preprocessor.py
+++ b/bob/bio/base/transformers/preprocessor.py
@@ -11,7 +11,7 @@ class PreprocessorTransformer(TransformerMixin, BaseEstimator):
     Parameters
     ----------
 
-      instance: ``collections.callable``
+      instance: object
          Instance of `bob.bio.base.preprocessor.Preprocessor`
 
 
-- 
GitLab