Commit f08d6046 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use standard comma punctuation; reword some sentences in the docs

parent c4b6ae46
......@@ -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, " +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment