comparison doc/check-seclevel.py @ 26192:67e6e55360d2

check-seclevel: fix file description grammar
author timeless@mozdev.org
date Tue, 08 Sep 2015 12:54:39 -0400
parents e15c991fe2ec
children 70abba798098
comparison
equal deleted inserted replaced
26191:39a0b11158d8 26192:67e6e55360d2
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # 2 #
3 # checkseclevel - checking section title levels in each online help documents 3 # checkseclevel - checking section title levels in each online help document
4 4
5 import sys, os 5 import sys, os
6 import optparse 6 import optparse
7 7
8 # import from the live mercurial repo 8 # import from the live mercurial repo