From 587272c63d2e558fbae1c3b1dad1c500f57063b9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 20 Nov 2022 19:06:20 +0200 Subject: [PATCH] Remove code formatting from title --- docs/releasenotes/9.4.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/9.4.0.rst b/docs/releasenotes/9.4.0.rst index ad79022fef3..e61813613a6 100644 --- a/docs/releasenotes/9.4.0.rst +++ b/docs/releasenotes/9.4.0.rst @@ -37,8 +37,8 @@ support a ``start`` argument. This tuple of horizontal and vertical offset will be used internally by :py:meth:`.ImageDraw.text` to more accurately place text at the ``xy`` coordinates. -Added the ``exact`` encoding option for WebP -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Added the exact encoding option for WebP +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The ``exact`` encoding option for WebP is now supported. The WebP encoder removes the hidden RGB values for better compression by default. By setting