Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 3, 2024
1 parent 604880c commit 6be71ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def primitive_form_value_to_str(value: FormPrimitiveData) -> str:
return str(value)
if isinstance(value, str):
return value
raise TypeError(f"unsupported data type {type(value)} as form-data value")
raise TypeError(f"unsupported data type {type(value)} as form value")


def is_known_encoding(encoding: str) -> bool:
Expand Down

0 comments on commit 6be71ad

Please sign in to comment.