Skip to content

Commit f8f2ae3

Browse files
ivanpaunohidmic
andcommitted
Apply reviewer suggestion
Signed-off-by: Ivan Santiago Paunovic <[email protected]> Co-authored-by: Michel Hidalgo <[email protected]>
1 parent 6c970ea commit f8f2ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch_testing/launch_testing/pytest/fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def fixture(
9393
https://docs.pytest.org/en/latest/reference/reference.html#pytest-fixture.
9494
9595
:param decorated: object to be decorated.
96-
:param \*args: extra posicional arguments to be passed to pytest.fixture().
96+
:param \*args: extra positional arguments to be passed to `pytest.fixture()`
9797
:param shutdown_when_idle: when true, the launch service will shutdown when idle.
9898
:param auto_shutdown: when true, the launch service will be shutdown automatically
9999
after all pre-shutdown tests get run. If false, shutdown needs to be signaled in a

0 commit comments

Comments
 (0)