Be more precise.

This commit is contained in:
Georg Brandl 2010-05-26 00:08:11 +02:00
parent c671e81d6c
commit 6012506d74

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'