From 10eec228a61013b69aa3a07fe3ae001d394f45b1 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Fri, 7 Mar 2025 12:08:52 +0000 Subject: [PATCH] lisa.wlgen.rta: Adjust docstring Adjust docstring concerning "keyword arguments" that really are all the other arguments not immediately documented there. --- lisa/wlgen/rta.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisa/wlgen/rta.py b/lisa/wlgen/rta.py index bbeb39c6d..c22041e14 100644 --- a/lisa/wlgen/rta.py +++ b/lisa/wlgen/rta.py @@ -664,7 +664,7 @@ class RTA(Workload): :param res_dir: Host folder to store artifacts in. :type res_dir: str or None - :Variable keyword arguments: Forwarded to :meth:`RTAConf.from_profile` + :Other arguments: Forwarded to :meth:`RTAConf.from_profile` """ logger = cls.get_logger() self = cls.__new__(cls) @@ -719,7 +719,7 @@ class RTA(Workload): :param res_dir: Host folder to store artifacts in. :type res_dir: str or None - :Variable keyword arguments: Forwarded to :meth:`RTAConf.from_profile` + :Other arguments: Forwarded to :meth:`RTAConf.from_profile` """ self = cls.__new__(cls) self._early_init(**_early_init_kwargs) -- GitLab