Skip to content

Commit

Permalink
Fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 27, 2024
1 parent 2790edd commit fc772fb
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 @@ -209,7 +209,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 fc772fb

Please sign in to comment.