summaryrefslogtreecommitdiff
path: root/pylint/checkers/similar.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/similar.py')
-rw-r--r--pylint/checkers/similar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/similar.py b/pylint/checkers/similar.py
index f37453e36..4f9a6cb58 100644
--- a/pylint/checkers/similar.py
+++ b/pylint/checkers/similar.py
@@ -93,7 +93,7 @@ class LineSpecifs(NamedTuple):
# Links LinesChunk object to the starting indices (in lineset's stripped lines)
-# of the different chunk of lines that are used to compute the hash
+# of the different chunk of lines that are used to compute the hash
HashToIndex_T = Dict["LinesChunk", List[Index]]
# Links index in the lineset's stripped lines to the real lines in the file