@@ -143,9 +143,6 @@ directions below.
143
143
- Update your Footnotes section, listing any footnotes and
144
144
non-inline link targets referenced by the text.
145
145
146
- - Leave the Emacs stanza at the end of this file alone, including the
147
- formfeed character ("^L", or ``\f ``).
148
-
149
146
- Create a pull request against the https://github.com/python/peps
150
147
repository.
151
148
@@ -185,14 +182,9 @@ illustrate the plaintext markup.
185
182
General
186
183
-------
187
184
188
- You must adhere to the Emacs convention of adding two spaces at the
189
- end of every sentence. You should fill your paragraphs to column 70,
190
- but under no circumstances should your lines extend past column 79.
191
- If your code samples spill over column 79, you should rewrite them.
192
-
193
- Tab characters must never appear in the document at all. A PEP should
194
- include the standard Emacs stanza included by example at the bottom of
195
- this PEP.
185
+ Lines should usually not extend past column 79,
186
+ excepting URLs and similar circumstances.
187
+ Tab characters must never appear in the document at all.
196
188
197
189
198
190
Section Headings
@@ -606,8 +598,6 @@ visible in the processed document. For example:
606
598
This section should be updated in the final PEP.
607
599
Ensure the date is accurate.
608
600
609
- The Emacs stanza at the bottom of this document is inside a comment.
610
-
611
601
612
602
Escaping Mechanism
613
603
------------------
@@ -690,14 +680,3 @@ Copyright
690
680
691
681
This document is placed in the public domain or under the
692
682
CC0-1.0-Universal license, whichever is more permissive.
693
-
694
-
695
-
696
- ..
697
- Local Variables:
698
- mode: indented-text
699
- indent-tabs-mode: nil
700
- sentence-end-double-space: t
701
- fill-column: 70
702
- coding: utf-8
703
- End:
0 commit comments