diff --git a/lisa/utils.py b/lisa/utils.py index 96e7f1bfc571b46bf64705469a30b08ff1b0aa3a..8032cc3c958cef3efc078634aa99a059faf5fe06 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