Skip to content

Commit 851a4a3

Browse files
authored
PEP 20: Fix syntax highlighting and other minor syntax/formatting issues (python#2432)
1 parent 982d50f commit 851a4a3

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

pep-0020.txt

+6-18
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
PEP: 20
22
Title: The Zen of Python
3-
Version: $Revision$
4-
Last-Modified: $Date$
5-
Author: [email protected] (Tim Peters)
3+
Author: Tim Peters <[email protected]>
64
Status: Active
75
Type: Informational
86
Content-Type: text/x-rst
97
Created: 19-Aug-2004
108
Post-History: 22-Aug-2004
119

1210

13-
1411
Abstract
1512
========
1613

@@ -22,7 +19,7 @@ have been written down.
2219
The Zen of Python
2320
=================
2421

25-
::
22+
.. code-block:: text
2623

2724
Beautiful is better than ugly.
2825
Explicit is better than implicit.
@@ -48,29 +45,20 @@ The Zen of Python
4845
Easter Egg
4946
==========
5047

51-
::
48+
.. code-block:: pycon
5249

5350
>>> import this
5451

5552

5653
References
5754
==========
5855

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>`__
6259

6360

6461
Copyright
6562
=========
6663

6764
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:

0 commit comments

Comments
 (0)