Skip to content

Commit

Permalink
Corrected syntax [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 28, 2020
1 parent e99bc4a commit cf9158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/writing-your-own-file-decoder.rst
Original file line number Diff line number Diff line change
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 cf9158f

Please sign in to comment.