From b1a47402c54636015a435b2075133b64d24ebc5b Mon Sep 17 00:00:00 2001 From: AlexWells Date: Fri, 15 May 2026 10:28:57 +0000 Subject: [PATCH] Fix the docstring for Tracer class --- src/fastcs/tracer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fastcs/tracer.py b/src/fastcs/tracer.py index 41c827c4..97ff017f 100644 --- a/src/fastcs/tracer.py +++ b/src/fastcs/tracer.py @@ -23,6 +23,7 @@ class Tracer: be logged Example usage in interactive shell: + .. code-block:: python controller.ramp_rate.enable_tracing()