Skip to content

Commit

Permalink
Fix minor typo (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored Aug 27, 2024
1 parent ee43461 commit 50f9351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepyx/core/APIformatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __init__(self, partype, values=None, reqtype=None):
"CMR",
"required",
"subset",
], "You need to submit a valid parametery type."
], "You need to submit a valid parameter type."
self.partype = partype

if partype == "required":
Expand Down

0 comments on commit 50f9351

Please sign in to comment.