doc/hgmanpage.py
changeset 24180 d8e0c591781c
parent 19378 9de689d20230
child 26193 47e60ed4834f
equal deleted inserted replaced
24179:14d647d25c70 24180:d8e0c591781c
   425 
   425 
   426     def depart_authors(self, node):
   426     def depart_authors(self, node):
   427         pass
   427         pass
   428 
   428 
   429     def visit_block_quote(self, node):
   429     def visit_block_quote(self, node):
   430         # BUG/HACK: indent alway uses the _last_ indention,
   430         # BUG/HACK: indent always uses the _last_ indention,
   431         # thus we need two of them.
   431         # thus we need two of them.
   432         self.indent(BLOCKQOUTE_INDENT)
   432         self.indent(BLOCKQOUTE_INDENT)
   433         self.indent(0)
   433         self.indent(0)
   434 
   434 
   435     def depart_block_quote(self, node):
   435     def depart_block_quote(self, node):