From 1de7e2ea275a3441f86033b1729c6b09ad7657fd Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Wed, 12 May 2021 13:38:58 +0200 Subject: [PATCH] Sphinx directive --- bob/bio/face/database/replaymobile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/face/database/replaymobile.py b/bob/bio/face/database/replaymobile.py index f07a5e41..c57e2790 100644 --- a/bob/bio/face/database/replaymobile.py +++ b/bob/bio/face/database/replaymobile.py @@ -221,7 +221,7 @@ class ReplayMobileBioDatabase(CSVDataset): protocol_definition_path: str or None Specifies a path to download the database definition to. If None: Downloads and uses the ``bob_data_folder`` config. - (See :py:fct:`bob.extension.download.get_file`) + (See :py:func:`bob.extension.download.get_file`) data_path: str or None Overrides the config-defined data location. -- GitLab