We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac46f64 commit aaffff3Copy full SHA for aaffff3
openapi_python_client/utils.py
@@ -99,7 +99,7 @@ def remove_string_escapes(value: str) -> str:
99
100
def get_content_type(content_type: str) -> str:
101
"""
102
- Given a string representing a conten type with optional parameters, returns the content type only
+ Given a string representing a content type with optional parameters, returns the content type only
103
104
message = Message()
105
message.add_header("Content-Type", content_type)
0 commit comments