From e72cc8860ec80bfdd6e8ec726332ae03be83e5e8 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Tue, 18 Jul 2023 15:11:44 +0100 Subject: [PATCH] lisa.utils: Fix Serializable docstring indentation Fix indentation in docstring to avoid accidentally creating a definition list item. --- lisa/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisa/utils.py b/lisa/utils.py index 96e7f1bfc..8032cc3c9 100644 --- a/lisa/utils.py +++ b/lisa/utils.py @@ -788,9 +788,9 @@ class Serializable( !var package.module.var * ``!untrusted``: Interpret the given string as a YAML snippet, without - any of the special constructor being enabled. This provides a way - of safely including untrusted input in the YAML document without - running the risk of the user being able to use e.g. ``!call``. + any of the special constructor being enabled. This provides a way + of safely including untrusted input in the YAML document without + running the risk of the user being able to use e.g. ``!call``. .. code-block:: yaml -- GitLab