comparison doc/hgmanpage.py @ 24180:d8e0c591781c

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Sun, 18 Jan 2015 02:38:57 +0100
parents 9de689d20230
children 47e60ed4834f
comparison
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):