Skip to content

Commit 6d03060

Browse files
authored
Merge pull request #3469 from codespell-project/assertin
Move assertIn to the code dictionary as it's a Python test function
2 parents b6de749 + fa20cb4 commit 6d03060

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

codespell_lib/data/dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6084,7 +6084,6 @@ assersive->assertive
60846084
assersively->assertively
60856085
assertation->assertion
60866086
assertations->assertions
6087-
assertin->asserting, assert in, assertion,
60886087
assertino->assertion
60896088
assertinos->assertions
60906089
assertio->assertion

codespell_lib/data/dictionary_code.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ alloced->allocated
44
amin->main
55
apoint->appoint
66
arange->arrange, a range,
7+
assertin->asserting, assert in, assertion,
78
atend->attend
89
atending->attending
910
bre->be, brie,

0 commit comments

Comments
 (0)