comparison doc/gendoc.py @ 12804:e0e8b123b75e stable

merge-tools: fixed typos Spotted by Patrick Mézard.
author Martin Geisler <mg@lazybytes.net>
date Thu, 21 Oct 2010 21:34:30 +0200
parents 0d09991f91ee
children 4d431a31a76e
comparison
equal deleted inserted replaced
12803:a6a0698960cc 12804:e0e8b123b75e
95 doc = doc() 95 doc = doc()
96 ui.write(doc) 96 ui.write(doc)
97 ui.write("\n") 97 ui.write("\n")
98 98
99 section(ui, _("Extensions")) 99 section(ui, _("Extensions"))
100 ui.write(_("This section contains help for extensions that is distributed " 100 ui.write(_("This section contains help for extensions that are distributed "
101 "together with Mercurial. Help for other extensions is available " 101 "together with Mercurial. Help for other extensions is available "
102 "in the help system.")) 102 "in the help system."))
103 ui.write("\n\n" 103 ui.write("\n\n"
104 ".. contents::\n" 104 ".. contents::\n"
105 " :class: htmlonly\n" 105 " :class: htmlonly\n"