diff --git a/bob/bio/base/score/load.py b/bob/bio/base/score/load.py index 0d5bdb7fef2bb6df6a46fdc85a9ed96291e7d4b8..ff446afb4f4e55d9f85f0078921ebd512e7c622c 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`) """