Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 12: Update spacing/breaking conventions to match current practice #2374

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions pep-0012.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,11 @@ illustrate the plaintext markup.
General
-------

You must adhere to the Emacs convention of adding two spaces at the
end of every sentence. You should fill your paragraphs to column 70,
but under no circumstances should your lines extend past column 79.
If your code samples spill over column 79, you should rewrite them.

Tab characters must never appear in the document at all. A PEP should
include the standard Emacs stanza included by example at the bottom of
this PEP.
Lines should usually not extend past column 79,
excepting URLs and similar circumstances.
Tab characters must never appear in the document at all.
hugovk marked this conversation as resolved.
Show resolved Hide resolved
A PEP should include the standard Emacs stanza
included by example at the bottom of this PEP.


Section Headings
Expand Down