Use standard comma punctuation; reword some sentences in the docs

This commit is contained in:
Andrew M. Kuchling 2009-10-05 22:32:48 +00:00
parent 400054e59e
commit b6f0128c63
2 changed files with 5 additions and 5 deletions

View file

@ -91,7 +91,7 @@ class check(Command):
missing.append(attr)
if missing:
self.warn("missing required meta-data: %s" % ' ,'.join(missing))
self.warn("missing required meta-data: %s" % ', '.join(missing))
if metadata.author:
if not metadata.author_email:
self.warn("missing meta-data: if 'author' supplied, " +