This commit is contained in:
Kovid Goyal
2020-05-12 22:54:08 +05:30
parent cdd943ded4
commit 5e48ae8bac
6 changed files with 14 additions and 14 deletions

View File

@@ -326,7 +326,7 @@ def write_remote_control_protocol_docs() -> None: # {{{
p(' ', desc), p()
p(), p()
with open(f'generated/rc.rst', 'w') as f:
with open('generated/rc.rst', 'w') as f:
p = partial(print, file=f)
for name in sorted(all_command_names()):
cmd = command_for_name(name)