Skip to content

Commit

Permalink
Fix change notes formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Nov 5, 2023
1 parent 77a41f5 commit 15765b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Note that version 1.16.0 drops support for Python 2.7 and 3.5. Python version
absolutely no choice. The pure Python variant is not as performant as the C
extension.

To access the pure Python variant use ``from wrapt.wrappers import
ObjectProxy`` instead of just ``from wrapt import ObjectProxy``. Note that
prior to this version if you had used ``from wrapt.wrappers import
ObjectProxy`` you would have got the C extension variant of the class rather
than the pure Python version if the C extension variant was available.
To access the pure Python variant use ``from wrapt.wrappers import ObjectProxy``
instead of just ``from wrapt import ObjectProxy``. Note that prior to this
version if you had used ``from wrapt.wrappers import ObjectProxy`` you would
have got the C extension variant of the class rather than the pure Python
version if the C extension variant was available.

**Bugs Fixed**

Expand Down

0 comments on commit 15765b6

Please sign in to comment.