Skip to content

Commit

Permalink
PEP 255: Fix rendering of Python 2 code block (#4246)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
Viicos and hugovk authored Jan 31, 2025
1 parent 1bb4f08 commit bedf05a
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit bedf05a

Please sign in to comment.