From 7745ea28b1c000c34e79f1e8cd763b3d8957ff9c Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Mon, 15 May 2017 22:20:20 +0200 Subject: [PATCH] trigger CI --- bob/bio/base/database/filelist/query.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/bio/base/database/filelist/query.py b/bob/bio/base/database/filelist/query.py index 6f7ef73e..dcaad932 100644 --- a/bob/bio/base/database/filelist/query.py +++ b/bob/bio/base/database/filelist/query.py @@ -737,7 +737,7 @@ class FileListBioDatabase(ZTBioDatabase): Keyword parameters: - file :py:class:`bob.bio.base.database.BioFile` + file : :py:class:`bob.bio.base.database.BioFile` The BioFile object for which the annotations should be read. Return value @@ -764,7 +764,7 @@ class FileListBioDatabase(ZTBioDatabase): **Keyword parameters** - file :py:class:`bob.bio.base.database.BioFile` + file : :py:class:`bob.bio.base.database.BioFile` The BioFile object for which the file name should be returned. check_existence : bool -- GitLab