Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions pep-0020.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
PEP: 20
Title: The Zen of Python
Version: $Revision$
Last-Modified: $Date$
Author: tim.peters@gmail.com (Tim Peters)
Author: Tim Peters <tim.peters@gmail.com>
Status: Active
Type: Informational
Content-Type: text/x-rst
Created: 19-Aug-2004
Post-History: 22-Aug-2004



Abstract
========

Expand All @@ -22,7 +19,7 @@ have been written down.
The Zen of Python
=================

::
.. code-block:: text

Beautiful is better than ugly.
Explicit is better than implicit.
Expand All @@ -48,29 +45,20 @@ The Zen of Python
Easter Egg
==========

::
.. code-block:: pycon
warsaw marked this conversation as resolved.
Show resolved Hide resolved

>>> import this


References
==========

* Originally posted to comp.lang.python/python-list@python.org under a
thread called "The Way of Python"
https://groups.google.com/d/msg/comp.lang.python/B_VxeTBClM0/L8W9KlsiriUJ
Originally posted to comp.lang.python/python-list@python.org under a
thread called `"The Way of Python"
<https://groups.google.com/d/msg/comp.lang.python/B_VxeTBClM0/L8W9KlsiriUJ>`__


Copyright
=========

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: