summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-19 11:00:52 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-19 18:20:36 +0100
commit4bc4bcb68b338ee96b2e698d34d32ea37b5530cf (patch)
tree767b52c9922b1bd6922654bc885e73dbe70accd2
parent1712a48c71dd9b1840a3323435384df618c0399d (diff)
downloadpylint-git-4bc4bcb68b338ee96b2e698d34d32ea37b5530cf.tar.gz
Better docstring in 'PyLinter.check_single_file_item'
-rw-r--r--pylint/lint/pylinter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/lint/pylinter.py b/pylint/lint/pylinter.py
index ba310483c..fb8e15e70 100644
--- a/pylint/lint/pylinter.py
+++ b/pylint/lint/pylinter.py
@@ -1027,7 +1027,7 @@ class PyLinter(
The arguments are the same that are documented in _check_files
- The initialize() method should be called before calling this method
+ initialize() should be called before calling this method
"""
with self._astroid_module_checker() as check_astroid_module:
self._check_file(self.get_ast, check_astroid_module, file)