Skip to content

Commit d852d8c

Browse files
committed
Fix documentation of modules test attribute
1 parent 27dd52c commit d852d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def pipeline_hooks(cls):
759759
#:
760760
#: These modules will be loaded during the :func:`setup` phase.
761761
#:
762-
#: :type: :class:`List[str]`
762+
#: :type: :class:`List[str]` or :class:`Dict[str, object]`
763763
#: :default: ``[]``
764764
modules = variable(typ.List[str], typ.List[typ.Dict[str, object]],
765765
value=[], loggable=True)

0 commit comments

Comments
 (0)