Skip to content

Commit

Permalink
Merge pull request #5279 from radarhere/decoder
Browse files Browse the repository at this point in the history
Corrected documentation syntax
  • Loading branch information
hugovk committed Feb 23, 2021
2 parents 058b8d3 + 9c09a97 commit d962de8
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 @@ -269,7 +269,7 @@ decoder that can be used to read various packed formats into a floating point
image memory.

To use the bit decoder with the :py:func:`PIL.Image.frombytes` function, use
the following syntax::
the following syntax:

.. code-block:: python
Expand Down

0 comments on commit d962de8

Please sign in to comment.