From 183379a44c86adfb71eb246a8e3dc6445bad2c17 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 10:54:46 -0800 Subject: [PATCH] formatting --- src/ytdl_sub/config/preset_options.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ytdl_sub/config/preset_options.py b/src/ytdl_sub/config/preset_options.py index 02fbe9af..af67d5fb 100644 --- a/src/ytdl_sub/config/preset_options.py +++ b/src/ytdl_sub/config/preset_options.py @@ -115,9 +115,9 @@ class Overrides(DictFormatterValidator): Override variables can contain explicit values and other variables, including both override and source variables. - In addition, any override variable defined will automatically create a `sanitized` version. - In the example above, `output_directory_sanitized` will exist and perform sanitization on - the value. + In addition, any override variable defined will automatically create a ``sanitized`` variable + for use. In the example above, ``output_directory_sanitized`` will exist and perform + sanitization on the value when used. """ # pylint: enable=line-too-long