Skip to content

Commit

Permalink
Fix "dubious" spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
suchithh committed Feb 28, 2025
1 parent 7519cdf commit 510b8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folksonomy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ async def product_tag_update(response: Response,
else:
raise HTTPException(
status_code=503,
detail="Doubious update - more than one row udpated",
detail="Dubious update - more than one row udpated",
)


Expand Down

0 comments on commit 510b8c0

Please sign in to comment.