Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Sep 14, 2023
1 parent 3518ba9 commit 6e57227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vonage/number_insight_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def fraud_check(self, number: str, insights: Union[str, list]):
def _validate_insight(self, insight: str):
if insight not in ('fraud_score', 'sim_swap'):
raise NumberInsightV2Error(
f'The only insights that can be requested are "fraud_score" and "sim_swap. You requested: "{insight}".'
f'The only insights that can be requested are "fraud_score" and "sim_swap". You requested: "{insight}".'
)

0 comments on commit 6e57227

Please sign in to comment.