Skip to content

Commit 8d79dac

Browse files
Fix pylint spelling check
1 parent 84361af commit 8d79dac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_similar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ def test_duplicate_code_module_attribution() -> None:
275275
"""
276276
path = join(DATA, "2368")
277277
reporter = GenericTestReporter()
278-
# Pass files explicitly with the unrelated module last, so that
279-
# current_name points to xmlgen when close() fires.
278+
# Pass files explicitly with the unrelated module last, so that current_name
279+
# points to a file without duplication when close() fires.
280280
Run(
281281
[
282282
join(path, "databaselib.py"),

0 commit comments

Comments
 (0)