Skip to content

Commit

Permalink
Correct typo in Error Type
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 20, 2023
1 parent 16e29b3 commit 4f2e4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4052,7 +4052,7 @@ def remove(self, arg):
raise MismatchedType(arg)
else:
# Otherwise, flag the problem as an invalid member...
raise invalidMember(arg)
raise InvalidMember(arg)
return self


Expand Down

0 comments on commit 4f2e4b8

Please sign in to comment.