Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 20, 2024
1 parent 6259011 commit 34d1a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/citests_httpdata_manager
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class UriRegistry(UserList):
for item in obj.data:
self.delete(item)
else:
raise TypeError("Can only substract a UriRegistry from another UriRegistry")
raise TypeError("Can only subtract a UriRegistry from another UriRegistry")
return self


Expand Down
2 changes: 1 addition & 1 deletion cli/create_json_assets
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ PARAMS = pd.DataFrame(PARAMS)
# In[17]:


# Make usefull dict to go from code to param and from param to code:
# Make useful dict to go from code to param and from param to code:
# (we also update the list of valid_codes to retain only those with a non empty name)
code_to_param = {}
param_to_code = {}
Expand Down

0 comments on commit 34d1a46

Please sign in to comment.