Changed indentation to be consistent

This commit is contained in:
Andrew Murray 2022-12-03 10:35:01 +11:00
parent 28e21ff490
commit 61cbcaee64

View File

@ -205,11 +205,11 @@ Many of Pillow's features require external libraries:
In Fedora, the command is::
sudo dnf install python3-devel redhat-rpm-config
sudo dnf install python3-devel redhat-rpm-config
In Alpine, the command is::
sudo apk add python3-dev py3-setuptools
sudo apk add python3-dev py3-setuptools
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.