Skip to content

Commit

Permalink
Merge pull request #2269 from codespell-project/peternewman-Jupyter
Browse files Browse the repository at this point in the history
Move Jupyther->Jupyter and add jupyter->Jupiter
  • Loading branch information
peternewman authored Feb 15, 2022
2 parents 388365d + 8334cd8 commit 7eec219
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18362,8 +18362,8 @@ jpng->png, jpg, jpeg,
jscipt->jscript
jstu->just
jsut->just
Juadaism->Judaism
Juadism->Judaism
juadaism->Judaism
juadism->Judaism
judical->judicial
judisuary->judiciary
juducial->judicial
Expand All @@ -18372,6 +18372,7 @@ jumo->jump
jumoed->jumped
jumpimng->jumping
jumpt->jumped, jump,
jupyther->Jupyter
juristiction->jurisdiction
juristictions->jurisdictions
jus->just
Expand Down
2 changes: 1 addition & 1 deletion codespell_lib/data/dictionary_code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ iam->I am, aim,
iff->if
isenough->is enough
ith->with
Jupyther->Jupyter
jupyter->Jupiter
keyserver->key server
lateset->latest
movei->movie
Expand Down
2 changes: 2 additions & 0 deletions codespell_lib/tests/test_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def test_error_checking_in_aspell(err, rep, err_aspell, rep_aspell, match):


# allow some duplicates, like "m-i-n-i-m-i-s-e", or "c-a-l-c-u-l-a-t-a-b-l-e"
# correction in left can appear as typo in right
allowed_dups = {
('dictionary.txt', 'dictionary_code.txt'),
('dictionary.txt', 'dictionary_en-GB_to_en-US.txt'),
('dictionary.txt', 'dictionary_names.txt'),
('dictionary.txt', 'dictionary_rare.txt'),
Expand Down

0 comments on commit 7eec219

Please sign in to comment.