diff --git a/reframe/core/pipeline.py b/reframe/core/pipeline.py index 2f789437b4..2a0782eb9f 100644 --- a/reframe/core/pipeline.py +++ b/reframe/core/pipeline.py @@ -759,7 +759,7 @@ def pipeline_hooks(cls): #: #: These modules will be loaded during the :func:`setup` phase. #: - #: :type: :class:`List[str]` + #: :type: :class:`List[str]` or :class:`Dict[str, object]` #: :default: ``[]`` modules = variable(typ.List[str], typ.List[typ.Dict[str, object]], value=[], loggable=True)