Skip to content

Commit

Permalink
Update doc/user_guide/usage/run.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
  • Loading branch information
alexey-pelykh and DudeNr33 committed Feb 7, 2023
1 parent b8c5c56 commit 0e3986b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/user_guide/usage/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ or if ``directory`` is in the python path.
With implicit namespace packages
--------------------------------

If the analyzed sources use the Implicit Namespace Packages (PEP 420), the source root(s) should
be specified to Pylint using the ``--source-roots`` option. Otherwise, the package names are
detected incorrectly, since the Implicit Namespace Packages don't contain the ``__init__.py``.
If the analyzed sources use implicit namespace packages (PEP 420), the source root(s) should
be specified using the ``--source-roots`` option. Otherwise, the package names are
detected incorrectly, since implicit namespace packages don't contain an ``__init__.py``.

Command line options
--------------------
Expand Down

0 comments on commit 0e3986b

Please sign in to comment.