comparison doc/hgmanpage.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 47e60ed4834f
children cd5e7195e441
comparison
equal deleted inserted replaced
26780:bbf544b5f2e9 26781:1aee2ab0f902
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 always uses the _last_ indention, 430 # BUG/HACK: indent always uses the _last_ indentation,
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):