Skip to content

Commit

Permalink
Update src/PIL/features.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
nulano and radarhere authored Mar 30, 2024
1 parent ff523e3 commit 7e71621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PIL/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ def pilinfo(out=None, supported_formats=True):
"""
Prints information about this installation of Pillow.
This function can be called with ``python3 -m PIL``.
It can also be called with ``python3 -m PIL --report`` to have
"supported_formats" set to ``False``, omitting the list of all supported image
file formats.
It can also be called with ``python3 -m PIL.report`` or ``python3 -m PIL --report``
to have "supported_formats" set to ``False``, omitting the list of all supported
image file formats.
:param out:
The output stream to print to. Defaults to ``sys.stdout`` if ``None``.
Expand Down

0 comments on commit 7e71621

Please sign in to comment.