comparison doc/rst2man.py @ 10007:9945a39d171f

rst2man: s/dont/don't/ in comment
author Christian Ebert <blacktrash@gmx.net>
date Fri, 04 Dec 2009 12:48:23 +0100
parents 9c142ed9c405
children 08a0f04b56bd
comparison
equal deleted inserted replaced
10006:9c142ed9c405 10007:9945a39d171f
226 'topic-title' : ('.SS ', ), 226 'topic-title' : ('.SS ', ),
227 'sidebar-title' : ('.SS ', ), 227 'sidebar-title' : ('.SS ', ),
228 228
229 'problematic' : ('\n.nf\n', '\n.fi\n'), 229 'problematic' : ('\n.nf\n', '\n.fi\n'),
230 } 230 }
231 # NOTE dont specify the newline before a dot-command, but ensure 231 # NOTE don't specify the newline before a dot-command, but ensure
232 # it is there. 232 # it is there.
233 233
234 def comment_begin(self, text): 234 def comment_begin(self, text):
235 """Return commented version of the passed text WITHOUT end of 235 """Return commented version of the passed text WITHOUT end of
236 line/comment.""" 236 line/comment."""