From 2de8c54a1a8d587dd71167d082db846cd6859df3 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 19 Oct 2017 12:02:19 +0200
Subject: [PATCH] Fix sphinx warning

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

diff --git a/bob/bio/base/utils/io.py b/bob/bio/base/utils/io.py
index 2677e047..7dfd17bd 100644
--- a/bob/bio/base/utils/io.py
+++ b/bob/bio/base/utils/io.py
@@ -186,7 +186,7 @@ def _generate_features(reader, paths, same_size=False,
       See the documentation of :py:func:`vstack_features`.
   paths : ``collections.Iterable``
       See the documentation of :py:func:`vstack_features`.
-  same_size : bool, optional
+  same_size : :obj:`bool`, optional
       See the documentation of :py:func:`vstack_features`.
   allow_missing_files : :obj:`bool`, optional
       See the documentation of :py:func:`vstack_features`.
-- 
GitLab