Apply suggestions from code review

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2024-01-01 10:02:22 +02:00 committed by GitHub
parent 681f8183f3
commit c08426b834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ can be found here.
:show-inheritance: :show-inheritance:
:mod:`~PIL.ImageMode` Module :mod:`~PIL.ImageMode` Module
----------------------------- ----------------------------
.. automodule:: PIL.ImageMode .. automodule:: PIL.ImageMode
:members: :members:

View File

@ -114,7 +114,7 @@ Type hints
Work has begun to add type annotations to Pillow, including: Work has begun to add type annotations to Pillow, including:
* :py:mod:`~PIL.ContainerIO` * :py:mod:`~PIL.ContainerIO`
* :py:mod:`~PIL.FontFile` and subclasses * :py:mod:`~PIL.FontFile`, :py:mod:`~PIL.BdfFontFile` and :py:mod:`~PIL.PcfFontFile`
* :py:mod:`~PIL.ImageChops` * :py:mod:`~PIL.ImageChops`
* :py:mod:`~PIL.ImageMode` * :py:mod:`~PIL.ImageMode`
* :py:mod:`~PIL.ImageSequence` * :py:mod:`~PIL.ImageSequence`