Skip to content

Commit cd5a70e

Browse files
authored
Update headings (#132)
1 parent fb61a05 commit cd5a70e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Tests/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pillow Tests
1+
Pillow tests
22
============
33

44
Test scripts are named ``test_xxx.py``. Helper classes and functions can be found in ``helper.py``.

docs/deprecations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc
155155
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They
156156
have been deprecated, and will be removed in Pillow 12 (2025-10-15).
157157

158-
Specific WebP Feature Checks
158+
Specific WebP feature checks
159159
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
160160

161161
.. deprecated:: 11.0.0

docs/reference/plugins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Plugin reference
5858
:show-inheritance:
5959

6060
:mod:`~PIL.FitsImagePlugin` module
61-
--------------------------------------
61+
----------------------------------
6262

6363
.. automodule:: PIL.FitsImagePlugin
6464
:members:
@@ -194,7 +194,7 @@ Plugin reference
194194
:show-inheritance:
195195

196196
:mod:`~PIL.MpoImagePlugin` module
197-
----------------------------------
197+
---------------------------------
198198

199199
.. automodule:: PIL.MpoImagePlugin
200200
:members:

docs/releasenotes/11.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc
103103
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They
104104
have been deprecated, and will be removed in Pillow 12 (2025-10-15).
105105

106-
Specific WebP Feature Checks
106+
Specific WebP feature checks
107107
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108108

109109
.. deprecated:: 11.0.0

docs/releasenotes/5.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A new named parameter, ``fillcolor``, has been added to
6565
the area outside the transformed area in the output image. This
6666
parameter takes the same color specifications as used in ``Image.new``.
6767

68-
GIF Disposal
68+
GIF disposal
6969
^^^^^^^^^^^^
7070

7171
Multiframe GIF images now take an optional disposal parameter to

docs/releasenotes/8.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ leading to an out-of-bounds write in ``TiffDecode.c``. This potentially affects
2626
versions from 6.0.0 to 8.0.1, depending on the version of LibTIFF. This was reported through
2727
`Tidelift`_.
2828

29-
:cve:`2020-35655`: SGI Decode buffer overrun
29+
:cve:`2020-35655`: SGI decode buffer overrun
3030
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3131

3232
4 byte read overflow in ``SgiRleDecode.c``, where the code was not correctly

0 commit comments

Comments
 (0)