From ea96cbeddc050433cead4cac063a6ca47063af55 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 22 Jul 2020 12:10:23 +0300 Subject: [PATCH] Alphabetise Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/reference/Image.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/Image.rst b/docs/reference/Image.rst index cd0bffc8b..bd18a4dc4 100644 --- a/docs/reference/Image.rst +++ b/docs/reference/Image.rst @@ -151,8 +151,8 @@ This crops the input image with the provided coordinates: .. automethod:: PIL.Image.Image.draft .. automethod:: PIL.Image.Image.effect_spread .. automethod:: PIL.Image.Image.entropy -.. automethod:: PIL.Image.Image.frombytes .. automethod:: PIL.Image.Image.filter +.. automethod:: PIL.Image.Image.frombytes This blurs the input image using a filter from the ``ImageFilter`` module: