From 28c905bcc73d1c976db252357b5c3e0a6cb5b5f5 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 14 Nov 2019 15:51:02 +0100 Subject: [PATCH] [data/imagefolderinference] Fix doc predicate --- bob/ip/binseg/data/imagefolderinference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/ip/binseg/data/imagefolderinference.py b/bob/ip/binseg/data/imagefolderinference.py index 0c934cb4..af824bc6 100644 --- a/bob/ip/binseg/data/imagefolderinference.py +++ b/bob/ip/binseg/data/imagefolderinference.py @@ -12,7 +12,7 @@ def get_file_lists(data_path, glob): """ Recursively retrieves file lists from a given path, matching a given glob - This function will use :py:method:`pathlib.Path.rglob`, together with the + This function will use :py:meth:`pathlib.Path.rglob`, together with the provided glob pattern to search for anything the desired filename. """ -- GitLab