Skip to content

Commit 874f396

Browse files
authored
Merge pull request #5068 from radarhere/codeblock
Corrected documentation syntax
2 parents e99bc4a + cf9158f commit 874f396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/handbook/writing-your-own-file-decoder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The raw decoder
157157
The ``raw`` decoder is used to read uncompressed data from an image file. It
158158
can be used with most uncompressed file formats, such as PPM, BMP, uncompressed
159159
TIFF, and many others. To use the raw decoder with the
160-
:py:func:`PIL.Image.frombytes` function, use the following syntax::
160+
:py:func:`PIL.Image.frombytes` function, use the following syntax:
161161

162162
.. code-block:: python
163163

0 commit comments

Comments
 (0)