Skip to content
Snippets Groups Projects
Commit e80be9d3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the reference to python method in docs

parent f23ff062
No related branches found
No related tags found
No related merge requests found
......@@ -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:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment