File tree 1 file changed +23
-13
lines changed
1 file changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,24 @@ Last-Modified: $Date$
5
5
Author:
[email protected] (Tim Peters)
6
6
Status: Active
7
7
Type: Informational
8
- Content-Type: text/plain
8
+ Content-Type: text/x-rst
9
9
Created: 19-Aug-2004
10
10
Post-History: 22-Aug-2004
11
11
12
12
13
+
13
14
Abstract
15
+ ========
14
16
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.
18
20
19
21
20
22
The Zen of Python
23
+ =================
24
+
25
+ ::
21
26
22
27
Beautiful is better than ugly.
23
28
Explicit is better than implicit.
@@ -41,19 +46,24 @@ The Zen of Python
41
46
42
47
43
48
Easter Egg
49
+ ==========
44
50
45
- >>> import this
51
+ ::
52
+
53
+ >>> import this
46
54
47
55
48
56
Copyright
57
+ =========
58
+
59
+ This document has been placed in the public domain.
49
60
50
- This document has been placed in the public domain.
51
61
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:
52
69
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:
You can’t perform that action at this time.
0 commit comments