Skip to content

Commit 092ebd4

Browse files
Apply suggestion from @Pierre-Sassoulas
1 parent a68c86e commit 092ebd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylint/checkers/symilar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LineSpecifs(NamedTuple):
7979

8080

8181
class LineSetHashResult(NamedTuple):
82-
"""Pre-computed hash data for a LineSet, used to speed up similarity lookups."""
82+
"""Pre-computed hash data for a LineSet, used to speed up similarity lookup."""
8383

8484
hash_to_index: HashToIndex_T
8585
index_to_lines: IndexToLines_T

0 commit comments

Comments
 (0)