Skip to content

Commit eb4f82c

Browse files
hugovkerlend-aasland
authored andcommitted
PEP 8: Allow both one and two spaces after period
Authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 706b7aa commit eb4f82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0008.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ letter (never alter the case of identifiers!).
705705
Block comments generally consist of one or more paragraphs built out of
706706
complete sentences, with each sentence ending in a period.
707707

708-
You should use two spaces after a sentence-ending period in multi-
708+
You should use one or two spaces after a sentence-ending period in multi-
709709
sentence comments, except after the final sentence.
710710

711711
Ensure that your comments are clear and easily understandable to other

0 commit comments

Comments
 (0)