From e80be9d3b13f3bc318a3dcaac14e3f14f24ee857 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sun, 28 May 2017 22:46:35 +0200 Subject: [PATCH] Fix the reference to python method in docs --- bob/bio/base/database/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/base/database/database.py b/bob/bio/base/database/database.py index 47694c55..5bfb7978 100644 --- a/bob/bio/base/database/database.py +++ b/bob/bio/base/database/database.py @@ -760,7 +760,7 @@ class ZTBioDatabase(BioDatabase): def client_id_from_t_model_id(self, t_model_id, group='dev'): """client_id_from_t_model_id(t_model_id, group = 'dev') -> client_id Returns the client id for the given T-Norm model id. - In this base class implementation, we just use the :py:meth:`client_id_from_model_id` function. + In this base class implementation, we just use the :py:meth:`BioDatabase.client_id_from_model_id` function. Overload this function if you need another behavior. **Parameters:** -- GitLab