PEP 20: Fix syntax highlighting and other minor syntax/formatting issues (#2432)

This commit is contained in:
CAM Gerlach 2022-03-15 12:40:34 -05:00 committed by GitHub
parent 982d50f939
commit 851a4a34fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 18 deletions

View File

@ -1,8 +1,6 @@
PEP: 20 PEP: 20
Title: The Zen of Python Title: The Zen of Python
Version: $Revision$ Author: Tim Peters <tim.peters@gmail.com>
Last-Modified: $Date$
Author: tim.peters@gmail.com (Tim Peters)
Status: Active Status: Active
Type: Informational Type: Informational
Content-Type: text/x-rst Content-Type: text/x-rst
@ -10,7 +8,6 @@ Created: 19-Aug-2004
Post-History: 22-Aug-2004 Post-History: 22-Aug-2004
Abstract Abstract
======== ========
@ -22,7 +19,7 @@ have been written down.
The Zen of Python The Zen of Python
================= =================
:: .. code-block:: text
Beautiful is better than ugly. Beautiful is better than ugly.
Explicit is better than implicit. Explicit is better than implicit.
@ -48,7 +45,7 @@ The Zen of Python
Easter Egg Easter Egg
========== ==========
:: .. code-block:: pycon
>>> import this >>> import this
@ -56,21 +53,12 @@ Easter Egg
References References
========== ==========
* Originally posted to comp.lang.python/python-list@python.org under a Originally posted to comp.lang.python/python-list@python.org under a
thread called "The Way of Python" thread called `"The Way of Python"
https://groups.google.com/d/msg/comp.lang.python/B_VxeTBClM0/L8W9KlsiriUJ <https://groups.google.com/d/msg/comp.lang.python/B_VxeTBClM0/L8W9KlsiriUJ>`__
Copyright Copyright
========= =========
This document has been placed in the public domain. This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End: