Update src/PIL/features.py

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Ondrej Baranovič 2024-03-30 08:13:44 +01:00 committed by GitHub
parent ff523e3009
commit 7e71621671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,9 +230,9 @@ def pilinfo(out=None, supported_formats=True):
""" """
Prints information about this installation of Pillow. Prints information about this installation of Pillow.
This function can be called with ``python3 -m PIL``. This function can be called with ``python3 -m PIL``.
It can also be called with ``python3 -m PIL --report`` to have It can also be called with ``python3 -m PIL.report`` or ``python3 -m PIL --report``
"supported_formats" set to ``False``, omitting the list of all supported image to have "supported_formats" set to ``False``, omitting the list of all supported
file formats. image file formats.
:param out: :param out:
The output stream to print to. Defaults to ``sys.stdout`` if ``None``. The output stream to print to. Defaults to ``sys.stdout`` if ``None``.