Closed
Description
Recently, we experienced an issue of wasted contributor time, wasted core dev time, and not to mention wasted CI resources because of core dev encouragement to revert an added sentence in the docs that did not use two spaces after a period. See python/cpython#102143 and python/cpython#102026 (comment).
The devguide says that one may use one or two spaces; it does not enforce either style.
In order to reduce churn, contributor confusion, and core dev confusion, I suggest to either remove the following sentence from PEP-8:
Lines 708 to 709 in 706b7aa
... or to make it similar to what the devguide advocates:
A sentence-ending period may be followed by one or two spaces
Metadata
Metadata
Assignees
Labels
No labels