diff --git a/kibot/out_any_layer.py b/kibot/out_any_layer.py index 9165a2b9..ee2b02b0 100644 --- a/kibot/out_any_layer.py +++ b/kibot/out_any_layer.py @@ -36,8 +36,8 @@ class CustomReport(Optionable): self.output = 'Custom_report.txt' """ File name for the custom report """ self.content = '' - """ Content for the report. Use `${basename}` for the project name without extension. - Use `${filename(LAYER)}` for the file corresponding to LAYER """ + """ Content for the report. Use ``${basename}`` for the project name without extension. + Use ``${filename(LAYER)}`` for the file corresponding to LAYER """ class AnyLayerOptions(VariantOptions):