From ba80ebba9f15ef0ab0ad60246319582518937cd3 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Thu, 28 Jun 2018 15:34:09 +0200
Subject: [PATCH] [doc] fixed indentation in
 bob/pad/face/preprocessor/PPGSecure.py docstring

---
 bob/pad/face/preprocessor/PPGSecure.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/pad/face/preprocessor/PPGSecure.py b/bob/pad/face/preprocessor/PPGSecure.py
index 847d08af..2a09fa76 100644
--- a/bob/pad/face/preprocessor/PPGSecure.py
+++ b/bob/pad/face/preprocessor/PPGSecure.py
@@ -176,8 +176,8 @@ class PPGSecure(Preprocessor):
 
     Returns
     -------
-      masks: :py:obj:`list` of numpy.ndarray
-        A list containing the different mask as a boolean array
+    masks: :py:obj:`list` of numpy.ndarray
+      A list containing the different mask as a boolean array
         
     """
     masks = []
-- 
GitLab