Skip to content

Commit 660c15d

Browse files
committed
Fix typo. Close #1625
1 parent 8b4c071 commit 660c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user_guide/output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Reports section
101101
Following the analysis message, Pylint can display a set of reports,
102102
each one focusing on a particular aspect of the project, such as number
103103
of messages by categories, modules dependencies. These features can
104-
be enabled through the ``--report=y`` option, or its shorthand
104+
be enabled through the ``--reports=y`` option, or its shorthand
105105
version ``-rn``.
106106

107107
For instance, the metrics report displays summaries gathered from the

0 commit comments

Comments
 (0)