Skip to content

Commit

Permalink
Fix typo, yaerly -> yearly
Browse files Browse the repository at this point in the history
Found via `codespell -H -S *.svg`
  • Loading branch information
kianmeng committed Sep 2, 2024
1 parent 11171a7 commit b0549b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def test_invalid_recurrent_entry(self):
{
"name": "rent",
"value": -400,
"frequency": "yaerly",
"frequency": "yearly",
"start": "2020-01-02",
}
)
Expand Down

0 comments on commit b0549b8

Please sign in to comment.