diff --git a/peps/pep-0255.rst b/peps/pep-0255.rst index 104935fcd29..f0b914139c2 100644 --- a/peps/pep-0255.rst +++ b/peps/pep-0255.rst @@ -5,7 +5,6 @@ Author: Neil Schemenauer , Magnus Lie Hetland Status: Final Type: Standards Track -Content-Type: text/x-rst Requires: 234 Created: 18-May-2001 Python-Version: 2.2 @@ -289,7 +288,7 @@ otherwise appearing in ``finally`` clauses, ``except`` clauses, or in the Example ======= -:: +.. code-block:: python2 # A binary tree class. class Tree: