Skip to content

Commit 7e71621

Browse files
nulanoradarhere
andauthored
Update src/PIL/features.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent ff523e3 commit 7e71621

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/PIL/features.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ def pilinfo(out=None, supported_formats=True):
230230
"""
231231
Prints information about this installation of Pillow.
232232
This function can be called with ``python3 -m PIL``.
233-
It can also be called with ``python3 -m PIL --report`` to have
234-
"supported_formats" set to ``False``, omitting the list of all supported image
235-
file formats.
233+
It can also be called with ``python3 -m PIL.report`` or ``python3 -m PIL --report``
234+
to have "supported_formats" set to ``False``, omitting the list of all supported
235+
image file formats.
236236
237237
:param out:
238238
The output stream to print to. Defaults to ``sys.stdout`` if ``None``.

0 commit comments

Comments
 (0)