Skip to content

Commit

Permalink
Merge pull request #5277 from jcea/typo
Browse files Browse the repository at this point in the history
Example from filter should be next to filter method docs, not in 'frombytes'
  • Loading branch information
radarhere committed Feb 24, 2021
2 parents d962de8 + f74d7d8 commit 585683c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ This crops the input image with the provided coordinates:
.. automethod:: PIL.Image.Image.effect_spread
.. automethod:: PIL.Image.Image.entropy
.. automethod:: PIL.Image.Image.filter
.. automethod:: PIL.Image.Image.frombytes

This blurs the input image using a filter from the ``ImageFilter`` module:

Expand All @@ -173,6 +172,7 @@ This blurs the input image using a filter from the ``ImageFilter`` module:
# Blur the input image using the filter ImageFilter.BLUR
im_blurred = im.filter(filter=ImageFilter.BLUR)
.. automethod:: PIL.Image.Image.frombytes
.. automethod:: PIL.Image.Image.getbands

This helps to get the bands of the input image:
Expand Down

0 comments on commit 585683c

Please sign in to comment.