Merge pull request #30 from Carreau/pep-20-rst

Convert PEP 20 to reST
This commit is contained in:
Brett Cannon 2016-06-22 12:21:40 -07:00 committed by GitHub
commit 0d0236d932
1 changed files with 24 additions and 14 deletions

View File

@ -5,19 +5,24 @@ Last-Modified: $Date$
Author: tim.peters@gmail.com (Tim Peters) Author: tim.peters@gmail.com (Tim Peters)
Status: Active Status: Active
Type: Informational Type: Informational
Content-Type: text/plain Content-Type: text/x-rst
Created: 19-Aug-2004 Created: 19-Aug-2004
Post-History: 22-Aug-2004 Post-History: 22-Aug-2004
Abstract
Long time Pythoneer Tim Peters succinctly channels the BDFL's Abstract
guiding principles for Python's design into 20 aphorisms, only 19 ========
of which have been written down.
Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding
principles for Python's design into 20 aphorisms, only 19 of which
have been written down.
The Zen of Python The Zen of Python
=================
::
Beautiful is better than ugly. Beautiful is better than ugly.
Explicit is better than implicit. Explicit is better than implicit.
@ -41,19 +46,24 @@ The Zen of Python
Easter Egg Easter Egg
==========
>>> import this ::
>>> import this
Copyright Copyright
=========
This document has been placed in the public domain. This document has been placed in the public domain.
..
Local Variables: Local Variables:
mode: indented-text mode: indented-text
indent-tabs-mode: nil indent-tabs-mode: nil
sentence-end-double-space: t sentence-end-double-space: t
fill-column: 70 fill-column: 70
End: End: