Merge pull request #5279 from radarhere/decoder

Corrected documentation syntax
This commit is contained in:
Hugo van Kemenade 2021-02-23 21:01:34 +02:00 committed by GitHub
commit d962de8976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ decoder that can be used to read various packed formats into a floating point
image memory. image memory.
To use the bit decoder with the :py:func:`PIL.Image.frombytes` function, use To use the bit decoder with the :py:func:`PIL.Image.frombytes` function, use
the following syntax:: the following syntax:
.. code-block:: python .. code-block:: python