From 15765b6b1b5dbb1c902c9926d53b3f7a7d86c8e1 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Sun, 5 Nov 2023 11:52:44 +1100 Subject: [PATCH] Fix change notes formatting. --- docs/changes.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 7f3a970..ecd7f39 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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**