From 3af24c7a535f6262394d85a056de97687152d3de Mon Sep 17 00:00:00 2001 From: maestroque Date: Thu, 18 Jul 2024 15:37:51 +0300 Subject: [PATCH] docs: Minor codeblock fix --- docs/user_guide/exporting.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide/exporting.rst b/docs/user_guide/exporting.rst index 61f6522..1a9421f 100644 --- a/docs/user_guide/exporting.rst +++ b/docs/user_guide/exporting.rst @@ -13,6 +13,7 @@ This can be done using the :py:func:`export_metric` function, which provides the The following example shows how to export the computed respiratory variance time using a Physio object. .. code-block:: python + from phys2denoise.metrics.chest_belt import respiratory_variance_time from phys2denoise.metrics.utils import export_metric