Skip to content

Commit aaffff3

Browse files
authored
chore: fix typo in docstring
1 parent ac46f64 commit aaffff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def remove_string_escapes(value: str) -> str:
9999

100100
def get_content_type(content_type: str) -> str:
101101
"""
102-
Given a string representing a conten type with optional parameters, returns the content type only
102+
Given a string representing a content type with optional parameters, returns the content type only
103103
"""
104104
message = Message()
105105
message.add_header("Content-Type", content_type)

0 commit comments

Comments
 (0)