Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Jupyther->Jupyter and add jupyter->Jupiter #2269

Merged
merged 3 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18312,8 +18312,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 @@ -18322,6 +18322,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 @@ -25,7 +25,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