Skip to content

Commit fa96d82

Browse files
authored
Merge pull request #3473 from vkarak/doc/fix-versionadded-typo
[doc] Fix typo in `versionadded` annotation
2 parents 90a59bd + cb99d51 commit fa96d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/launchers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class JobLauncher(metaclass=_JobLauncherMeta):
5454
#: :type: :class:`List[str]`
5555
#: :default: ``[]``
5656
#:
57-
#: :versionadded:: 4.6.0
57+
#: .. versionadded:: 4.6.0
5858
modifier_options = variable(typ.List[str], value=[])
5959

6060
def __init__(self):

0 commit comments

Comments
 (0)