From d9ca395b591faa5d3ecd6d051496c7058ea24d3e Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Wed, 16 Jan 2019 17:43:49 +0100
Subject: [PATCH] Fixed the Sphinx warning in VideoFaceCropAlignBlockPatch

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

diff --git a/bob/pad/face/preprocessor/VideoFaceCropAlignBlockPatch.py b/bob/pad/face/preprocessor/VideoFaceCropAlignBlockPatch.py
index db51177e..4aa91309 100644
--- a/bob/pad/face/preprocessor/VideoFaceCropAlignBlockPatch.py
+++ b/bob/pad/face/preprocessor/VideoFaceCropAlignBlockPatch.py
@@ -121,10 +121,10 @@ class VideoFaceCropAlignBlockPatch(Preprocessor, object):
     channels, and then to extract patches from the ROI in the cropped faces.
 
     The computation flow is the following:
+
     1. Detect, crop and align facial region in all input channels.
     2. Concatenate all channels forming a single multi-channel video data.
-    3. Extract multi-channel patches from the ROI of the multi-channel video
-       data.
+    3. Extract multi-channel patches from the ROI of the multi-channel video data.
     4. Vectorize extracted patches.
 
     **Parameters:**
-- 
GitLab