From 7ad40360f85070326c340b889f501e75ab9075ef Mon Sep 17 00:00:00 2001
From: Pavel Korshunov <pavel.korshunov@idiap.ch>
Date: Thu, 11 May 2017 20:19:09 +0200
Subject: [PATCH] fixing sphinx warnings

---
 bob/bio/base/tools/command_line.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bob/bio/base/tools/command_line.py b/bob/bio/base/tools/command_line.py
index 22904d34..5ddd7150 100644
--- a/bob/bio/base/tools/command_line.py
+++ b/bob/bio/base/tools/command_line.py
@@ -370,8 +370,9 @@ def initialize(parsers, command_line_parameters=None, skips=[]):
     args : namespace
       A namespace of arguments as read from the command line.
 
-      .. note:: The database, preprocessor, extractor, algorithm and grid (if specified) are actual instances
+    .. note:: The database, preprocessor, extractor, algorithm and grid (if specified) are actual instances
       of the according classes.
+
     """
 
     from bob.bio.base.database import BioDatabase
-- 
GitLab