File tree 1 file changed +6
-18
lines changed
1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 1
1
PEP: 20
2
2
Title: The Zen of Python
3
- Version: $Revision$
4
- Last-Modified: $Date$
5
- Author:
[email protected] (Tim Peters)
3
+ Author: Tim Peters <
[email protected] >
6
4
Status: Active
7
5
Type: Informational
8
6
Content-Type: text/x-rst
9
7
Created: 19-Aug-2004
10
8
Post-History: 22-Aug-2004
11
9
12
10
13
-
14
11
Abstract
15
12
========
16
13
@@ -22,7 +19,7 @@ have been written down.
22
19
The Zen of Python
23
20
=================
24
21
25
- ::
22
+ .. code-block:: text
26
23
27
24
Beautiful is better than ugly.
28
25
Explicit is better than implicit.
@@ -48,29 +45,20 @@ The Zen of Python
48
45
Easter Egg
49
46
==========
50
47
51
- ::
48
+ .. code-block:: pycon
52
49
53
50
>>> import this
54
51
55
52
56
53
References
57
54
==========
58
55
59
- * Originally posted to comp.lang.python/
[email protected] under a
60
- thread called "The Way of Python"
61
- https://groups.google.com/d/msg/comp.lang.python/B_VxeTBClM0/L8W9KlsiriUJ
56
+ Originally posted to comp.lang.python/
[email protected] under a
57
+ thread called ` "The Way of Python"
58
+ < https://groups.google.com/d/msg/comp.lang.python/B_VxeTBClM0/L8W9KlsiriUJ>`__
62
59
63
60
64
61
Copyright
65
62
=========
66
63
67
64
This document has been placed in the public domain.
68
-
69
-
70
- ..
71
- Local Variables:
72
- mode: indented-text
73
- indent-tabs-mode: nil
74
- sentence-end-double-space: t
75
- fill-column: 70
76
- End:
You can’t perform that action at this time.
0 commit comments