Merge pull request #5068 from radarhere/codeblock

Corrected documentation syntax
This commit is contained in:
Hugo van Kemenade 2020-11-28 10:06:59 +02:00 committed by GitHub
commit 874f3966cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ The raw decoder
The ``raw`` decoder is used to read uncompressed data from an image file. It
can be used with most uncompressed file formats, such as PPM, BMP, uncompressed
TIFF, and many others. To use the raw decoder with the
:py:func:`PIL.Image.frombytes` function, use the following syntax::
:py:func:`PIL.Image.frombytes` function, use the following syntax:
.. code-block:: python