Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Harumi Kuno <harumi.kuno@hpe.com>
  • Loading branch information
hkuno committed Aug 30, 2021
1 parent 975f7ef commit 0da1dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/writers/manpage.py
Expand Up @@ -115,7 +115,7 @@ def header(self) -> str:
" \"%(date)s\" \"%(version)s\" \"%(manual_group)s\"\n"
".SH NAME\n")
if self._docinfo['subtitle']:
tmpl += "%(title)s \\- %(subtitle)s\n"
tmpl += "%(title)s \\- %(subtitle)s\n"
return tmpl % self._docinfo

def visit_start_of_file(self, node: Element) -> None:
Expand Down

0 comments on commit 0da1dbf

Please sign in to comment.