Skip to content

Commit 8a02431

Browse files
fix comment
1 parent 1a61dbc commit 8a02431

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pylint/checkers/symilar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,8 @@ def close(self) -> None:
857857
for line in lineset.real_lines[start_line:end_line]:
858858
msg.append(line.rstrip())
859859

860-
# Attribute the message to the first involved module rather than
861-
# the last-checked module which may be unrelated (see #2368).
860+
# Attribute the message to the first module in alphabetical order rather
861+
# than the last-checked module which may be unrelated (see #2368).
862862
first_module = min(c[0].name for c in couples)
863863
self.add_message(
864864
"R0801",

0 commit comments

Comments
 (0)