Skip to content

Commit 40336ce

Browse files
Update codespell_lib/_spellchecker.py
Co-authored-by: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>
1 parent e952d6f commit 40336ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell_lib/_spellchecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def build_dict(
6868
if not line:
6969
continue
7070
try:
71-
[key, data] = line.split("->")
71+
key, data = line.split("->")
7272
except ValueError:
7373
continue
7474
# TODO: For now, convert both to lower.

0 commit comments

Comments
 (0)