Skip to content

Commit dbf46bb

Browse files
committed
Fix docstring formatting as per feedback
1 parent d8cbf3b commit dbf46bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tmt/steps/provision/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2430,11 +2430,11 @@ def push(
24302430
"""
24312431
Push files or directories to the guest using rsync.
24322432
2433-
:param source: Path or list of paths on the local machine to push.
2434-
If None, the plan workdir is pushed.
2435-
:param destination: Path on the guest where to push. If None, defaults to '/'.
2436-
:param options: List of rsync options to use.
2437-
:param superuser: If True, run rsync with sudo on the guest.
2433+
:param source: `Path` or `list` of paths on the local machine to push.
2434+
If `None`, the plan workdir is pushed.
2435+
:param destination: `Path` on the guest where to push. If `None`, defaults to '/'.
2436+
:param options: `List` of rsync options to use.
2437+
:param superuser: If `True`, run rsync with sudo on the guest.
24382438
"""
24392439

24402440
# Abort if guest is unavailable

0 commit comments

Comments
 (0)