formatting
This commit is contained in:
parent
02a9fa88e9
commit
183379a44c
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@ class Overrides(DictFormatterValidator):
|
||||||
Override variables can contain explicit values and other variables, including both override
|
Override variables can contain explicit values and other variables, including both override
|
||||||
and source variables.
|
and source variables.
|
||||||
|
|
||||||
In addition, any override variable defined will automatically create a `sanitized` version.
|
In addition, any override variable defined will automatically create a ``sanitized`` variable
|
||||||
In the example above, `output_directory_sanitized` will exist and perform sanitization on
|
for use. In the example above, ``output_directory_sanitized`` will exist and perform
|
||||||
the value.
|
sanitization on the value when used.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# pylint: enable=line-too-long
|
# pylint: enable=line-too-long
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue