Skip to content

Commit 0d0236d

Browse files
authored
Merge pull request #30 from Carreau/pep-20-rst
Convert PEP 20 to reST
2 parents 3e3c016 + db16082 commit 0d0236d

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

pep-0020.txt

+23-13
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ Last-Modified: $Date$
55
Author: [email protected] (Tim Peters)
66
Status: Active
77
Type: Informational
8-
Content-Type: text/plain
8+
Content-Type: text/x-rst
99
Created: 19-Aug-2004
1010
Post-History: 22-Aug-2004
1111

1212

13+
1314
Abstract
15+
========
1416

15-
Long time Pythoneer Tim Peters succinctly channels the BDFL's
16-
guiding principles for Python's design into 20 aphorisms, only 19
17-
of which have been written down.
17+
Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding
18+
principles for Python's design into 20 aphorisms, only 19 of which
19+
have been written down.
1820

1921

2022
The Zen of Python
23+
=================
24+
25+
::
2126

2227
Beautiful is better than ugly.
2328
Explicit is better than implicit.
@@ -41,19 +46,24 @@ The Zen of Python
4146

4247

4348
Easter Egg
49+
==========
4450

45-
>>> import this
51+
::
52+
53+
>>> import this
4654

4755

4856
Copyright
57+
=========
58+
59+
This document has been placed in the public domain.
4960

50-
This document has been placed in the public domain.
5161

62+
..
63+
Local Variables:
64+
mode: indented-text
65+
indent-tabs-mode: nil
66+
sentence-end-double-space: t
67+
fill-column: 70
68+
End:
5269

53-
54-
Local Variables:
55-
mode: indented-text
56-
indent-tabs-mode: nil
57-
sentence-end-double-space: t
58-
fill-column: 70
59-
End:

0 commit comments

Comments
 (0)