From b203ba40d7daddf1e542bf199b9b009fcf7beaa4 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 7 Feb 2020 11:11:38 +0100 Subject: [PATCH] [docs] small fix in the sphinx docs --- bob/bio/base/score/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/base/score/load.py b/bob/bio/base/score/load.py index 0d5bdb7f..ff446afb 100644 --- a/bob/bio/base/score/load.py +++ b/bob/bio/base/score/load.py @@ -314,7 +314,7 @@ def split(filename, ncolumns=None, sort=False): negatives : 1D :py:class:`numpy.ndarray` of type float This array contains the list of scores, for which the ``claimed_id`` and the ``real_id`` are different (see :py:func:`four_column`) - positives : 1D :py:class:`numpy.ndarray` of type float + positives : 1D :py:class:`numpy.ndarray` of type float This array contains the list of scores, for which the ``claimed_id`` and the ``real_id`` are identical (see :py:func:`four_column`) """ -- GitLab