There was an error while loading. Please reload this page.
versionadded
1 parent 90a59bd commit cb99d51Copy full SHA for cb99d51
reframe/core/launchers/__init__.py
@@ -54,7 +54,7 @@ class JobLauncher(metaclass=_JobLauncherMeta):
54
#: :type: :class:`List[str]`
55
#: :default: ``[]``
56
#:
57
- #: :versionadded:: 4.6.0
+ #: .. versionadded:: 4.6.0
58
modifier_options = variable(typ.List[str], value=[])
59
60
def __init__(self):
0 commit comments