Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Should fix #147 probably
  • Loading branch information
shreevatsa authored Feb 17, 2024
1 parent 6748493 commit bbff87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identify/identifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def add(x, e): ret.setdefault(x, set()).add(e)
('pada_1', ret.get('pada_1', set())),
('pada_2', ret.get('pada_2', set())),
('pada_3', ret.get('pada_3', set())),
('pada_3', ret.get('pada_4', set())),
('pada_4', ret.get('pada_4', set())),
('lines', ret.get('lines', set()))
]

Expand Down

0 comments on commit bbff87a

Please sign in to comment.