From aab5a2f7a50ccbf21c6708bb17b78825eb94c634 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 11 Nov 2023 18:08:49 +1100 Subject: [PATCH] Corrected syntax [ci skip] --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8e689a565..175a78bac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ Changelog (Pillow) 10.2.0 (unreleased) ------------------- -- Implement `streamtype=1` option for tables-only JPEG encoding #7491 +- Implement ``streamtype=1`` option for tables-only JPEG encoding #7491 [bgilbert, radarhere] - If save_all PNG only has one frame, do not create animated image #7522