We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68c86e commit 092ebd4Copy full SHA for 092ebd4
1 file changed
pylint/checkers/symilar.py
@@ -79,7 +79,7 @@ class LineSpecifs(NamedTuple):
79
80
81
class LineSetHashResult(NamedTuple):
82
- """Pre-computed hash data for a LineSet, used to speed up similarity lookups."""
+ """Pre-computed hash data for a LineSet, used to speed up similarity lookup."""
83
84
hash_to_index: HashToIndex_T
85
index_to_lines: IndexToLines_T
0 commit comments