File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ configuration file in the following order and uses the first one it finds:
102
102
providing it has at least one ``tool.pylint. `` section.
103
103
#. ``setup.cfg `` in the current working directory,
104
104
providing it has at least one ``pylint. `` section
105
- #. If the current working directory is in a Python module , Pylint searches \
106
- up the hierarchy of Python modules until it finds a ``pylintrc `` file. \
105
+ #. If the current working directory is in a Python package , Pylint searches \
106
+ up the hierarchy of Python packages until it finds a ``pylintrc `` file. \
107
107
This allows you to specify coding standards on a module-by-module \
108
- basis. Of course, a directory is judged to be a Python module if it \
108
+ basis. Of course, a directory is judged to be a Python package if it \
109
109
contains an ``__init__.py `` file.
110
110
#. The file named by environment variable ``PYLINTRC ``
111
111
#. if you have a home directory which isn't ``/root ``:
You can’t perform that action at this time.
0 commit comments