[issue27957] minor typo in importlib docs

2016-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 33702360acef by Benjamin Peterson in branch '3.5': remove ungrammarical apostrophe (closes #27957) https://hg.python.org/cpython/rev/33702360acef New changeset f8d9569900a9 by Benjamin Peterson in branch 'default': merge 3.5 (#27957) https://hg.pyth

[issue27957] minor typo in importlib docs

2016-09-05 Thread George London
New submission from George London: An extra apostrophe made the grammar of a method description ambiguous. The attached patch removes the apostrophe. -- assignee: docs@python components: Documentation files: mywork.patch keywords: patch messages: 274429 nosy: docs@python, gjlondon prior