mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Merge pull request #5112 from jdufresne/pycon
Update some doc code blocks to the 'pycon' lexer
This commit is contained in:
commit
330384582a
|
@ -7,7 +7,7 @@ Fix regression seeking PNG files
|
|||
This fixes a regression introduced in 7.1.0 when adding support for APNG files when calling
|
||||
``seek`` and ``tell``:
|
||||
|
||||
.. code-block:: python
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from PIL import Image
|
||||
>>> with Image.open("Tests/images/hopper.png") as im:
|
||||
|
|
|
@ -9,7 +9,7 @@ This fixes a regression introduced in 7.1.0 when adding support for APNG files.
|
|||
When calling ``seek(n)`` on a regular PNG where ``n > 0``, it failed to raise an
|
||||
``EOFError`` as it should have done, resulting in:
|
||||
|
||||
.. code-block:: python
|
||||
.. code-block:: pycon
|
||||
|
||||
AttributeError: 'NoneType' object has no attribute 'read'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user