Skip to content

Commit 0da1dbf

Browse files
committed
Fix indentation
Signed-off-by: Harumi Kuno <[email protected]>
1 parent 975f7ef commit 0da1dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/writers/manpage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def header(self) -> str:
115115
" \"%(date)s\" \"%(version)s\" \"%(manual_group)s\"\n"
116116
".SH NAME\n")
117117
if self._docinfo['subtitle']:
118-
tmpl += "%(title)s \\- %(subtitle)s\n"
118+
tmpl += "%(title)s \\- %(subtitle)s\n"
119119
return tmpl % self._docinfo
120120

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

0 commit comments

Comments
 (0)