We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975f7ef commit 0da1dbfCopy full SHA for 0da1dbf
sphinx/writers/manpage.py
@@ -115,7 +115,7 @@ def header(self) -> str:
115
" \"%(date)s\" \"%(version)s\" \"%(manual_group)s\"\n"
116
".SH NAME\n")
117
if self._docinfo['subtitle']:
118
- tmpl += "%(title)s \\- %(subtitle)s\n"
+ tmpl += "%(title)s \\- %(subtitle)s\n"
119
return tmpl % self._docinfo
120
121
def visit_start_of_file(self, node: Element) -> None:
0 commit comments