diff --git a/bob/pad/face/preprocessor/VideoFaceCropAlignBlockPatch.py b/bob/pad/face/preprocessor/VideoFaceCropAlignBlockPatch.py
index db51177e5783d26b3b6f369fb9c49a7eecbc6b64..4aa913090e9272739d879a184f077637511a0884 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:**