From 401cfac110bc8d75e8abd91fc43efd1c6a0a0407 Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Tue, 20 Mar 2018 10:51:33 +0100
Subject: [PATCH] trying to fix  related sphinx errors with python27

---
 bob/bio/base/score/load.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bob/bio/base/score/load.py b/bob/bio/base/score/load.py
index 1390bcc6..b4c36d66 100644
--- a/bob/bio/base/score/load.py
+++ b/bob/bio/base/score/load.py
@@ -152,7 +152,7 @@ def cmc_four_column(filename):
 
   Returns:
 
-    :py:class:`list`: A list of tuples, where each tuple contains the
+    :class:`list`: A list of tuples, where each tuple contains the
     ``negative`` and ``positive`` scores for one probe of the database. Both
     ``negatives`` and ``positives`` can be either an 1D
     :py:class:`numpy.ndarray` of type ``float``, or ``None``.
@@ -256,7 +256,7 @@ def cmc_five_column(filename):
 
   Returns:
 
-    :py:class:`list`: A list of tuples, where each tuple contains the
+    :class:`list`: A list of tuples, where each tuple contains the
     ``negative`` and ``positive`` scores for one probe of the database.
 
   """
@@ -343,7 +343,7 @@ def cmc(filename, ncolumns=None):
 
   Returns:
 
-  :py:class:`list`: [(neg,pos)] A list of tuples, where each tuple contains the
+  :class:`list`: [(neg,pos)] A list of tuples, where each tuple contains the
   ``negative`` and ``positive`` scores for one probe of the database.
 
   """
-- 
GitLab