[DOCs] Fixed missing f-string marker

This commit is contained in:
Salvador E. Tropea 2023-08-29 13:29:22 -03:00
parent 72ce833dac
commit 575eade044
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ def print_preflights_help(rst):
help, rest = reformat_text(help, ind_size)
if rest:
help += '\n'+rest
index = ':index:`: <pair: preflights; {n}>` ' if rst else ''
index = f':index:`: <pair: preflights; {n}>` ' if rst else ''
print(f'- {extra}**{n}**: {index}{help}.')
if options:
print_output_options(n, options, ind_size, 'preflight - '+n)