Skip to content
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
3 changes: 1 addition & 2 deletions peps/pep-0255.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Author: Neil Schemenauer <nas@arctrix.com>,
Magnus Lie Hetland <magnus@hetland.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Requires: 234
Created: 18-May-2001
Python-Version: 2.2
Expand Down Expand Up @@ -289,7 +288,7 @@ otherwise appearing in ``finally`` clauses, ``except`` clauses, or in the
Example
=======

::
.. code-block:: python2

# A binary tree class.
class Tree:
Expand Down