Skip to content

Commit bcff35d

Browse files
committed
Fix typo in comment [skip ci]
1 parent f395414 commit bcff35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/_mock_web_query_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def validate_image_format(
7373
transaction_id = uuid.uuid4().hex
7474
result_code = ResultCodes.BAD_IMAGE.value
7575

76-
# The response has an unsual format of separators, so we construct it
76+
# The response has an unusual format of separators, so we construct it
7777
# manually.
7878
return (
7979
'{"transaction_id": '

0 commit comments

Comments
 (0)