Mercurial > public > mercurial-scm > hg-stable
comparison doc/hgmanpage.py @ 17487:1bdce7e918bb
spelling: don't/do not
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | 67964cda8701 |
children | 15036492a103 |
comparison
equal
deleted
inserted
replaced
17486:73e3e368bd42 | 17487:1bdce7e918bb |
---|---|
898 | 898 |
899 def visit_paragraph(self, node): | 899 def visit_paragraph(self, node): |
900 # ``.PP`` : Start standard indented paragraph. | 900 # ``.PP`` : Start standard indented paragraph. |
901 # ``.LP`` : Start block paragraph, all except the first. | 901 # ``.LP`` : Start block paragraph, all except the first. |
902 # ``.P [type]`` : Start paragraph type. | 902 # ``.P [type]`` : Start paragraph type. |
903 # NOTE dont use paragraph starts because they reset indentation. | 903 # NOTE don't use paragraph starts because they reset indentation. |
904 # ``.sp`` is only vertical space | 904 # ``.sp`` is only vertical space |
905 self.ensure_eol() | 905 self.ensure_eol() |
906 self.body.append('.sp\n') | 906 self.body.append('.sp\n') |
907 | 907 |
908 def depart_paragraph(self, node): | 908 def depart_paragraph(self, node): |