Skip to content

Commit

Permalink
[DOCs] Fixed missing f-string marker
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 29, 2023
1 parent 72ce833 commit 575eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 575eade

Please sign in to comment.