From dff9454bbb0f2ee54f1200a782c7ef8ee5a5ab30 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 2 Sep 2026 23:51:27 +0100 Subject: [PATCH] Fix bad indentation in docstring --- renderdoc/api/replay/renderdoc_replay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/renderdoc_replay.h b/renderdoc/api/replay/renderdoc_replay.h index d9950bbf4..77a888406 100644 --- a/renderdoc/api/replay/renderdoc_replay.h +++ b/renderdoc/api/replay/renderdoc_replay.h @@ -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