Fix bad indentation in docstring

This commit is contained in:
baldurk
2026-09-02 23:51:27 +01:00
parent 2b1ef6efd3
commit dff9454bbb
+1 -1
View File
@@ -1556,7 +1556,7 @@ or an error has occurred.
locally you can use :meth:`CopyCaptureToRemote` to transfer it over the remote connection.
:param ReplayOptions opts: The options controlling how the capture should be replayed.
:param Callable[[float], None] progress=None: **Optional parameter**. A callback that will be
repeatedly called with an updated progress value for the opening. Can be ``None`` if no progress is
repeatedly called with an updated progress value for the opening. Can be ``None`` if no progress is
desired.
Callback function signature must match :func:`ProgressCallback`.
:return: A tuple containing the status of opening the capture, whether success or failure, and the