diff --git a/bob/bio/base/tools/command_line.py b/bob/bio/base/tools/command_line.py index 22904d349c483c3f6742f4ea4c0bba6871911871..5ddd715096582754ea6f4ab32bf420c3369371e5 100644 --- a/bob/bio/base/tools/command_line.py +++ b/bob/bio/base/tools/command_line.py @@ -370,8 +370,9 @@ def initialize(parsers, command_line_parameters=None, skips=[]): args : namespace A namespace of arguments as read from the command line. - .. note:: The database, preprocessor, extractor, algorithm and grid (if specified) are actual instances + .. note:: The database, preprocessor, extractor, algorithm and grid (if specified) are actual instances of the according classes. + """ from bob.bio.base.database import BioDatabase