Skip to content

Commit

Permalink
Merge pull request #5068 from radarhere/codeblock
Browse files Browse the repository at this point in the history
Corrected documentation syntax
  • Loading branch information
hugovk committed Nov 28, 2020
2 parents e99bc4a + cf9158f commit 874f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/writing-your-own-file-decoder.rst
Expand Up @@ -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
Expand Down

0 comments on commit 874f396

Please sign in to comment.