Show More
@@ -263,7 +263,7 b' class Translator(nodes.NodeVisitor):' | |||
|
263 | 263 | # ensure we get a ".TH" as viewers require it. |
|
264 | 264 | self.head.append(self.header()) |
|
265 | 265 | # filter body |
|
266 |
for i in |
|
|
266 | for i in range(len(self.body) - 1, 0, -1): | |
|
267 | 267 | # remove superfluous vertical gaps. |
|
268 | 268 | if self.body[i] == '.sp\n': |
|
269 | 269 | if self.body[i - 1][:4] in ('.BI ','.IP '): |
General Comments 0
You need to be logged in to leave comments.
Login now