mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Use standard comma punctuation; reword some sentences in the docs
This commit is contained in:
parent
400054e59e
commit
b6f0128c63
2 changed files with 5 additions and 5 deletions
|
@ -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, " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue