Corrected syntax [ci skip]

This commit is contained in:
Andrew Murray 2021-02-23 23:08:44 +11:00
parent 058b8d3d12
commit 9c09a975df

View File

@ -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