Be more precise.

This commit is contained in:
Georg Brandl 2010-05-26 00:08:11 +02:00
parent 6ab7cd4ab7
commit 4f0be2bae1

View File

@ -49,7 +49,7 @@ def main(argv=sys.argv):
if whichmod.startswith('docutils'):
whichmod = 'Docutils library'
elif whichmod.startswith('jinja'):
whichmod = 'Jinja library'
whichmod = 'Jinja2 library'
elif whichmod == 'roman':
whichmod = 'roman module (which is distributed with Docutils)'
hint = ('This can happen if you upgraded docutils using\n'