Skip to content

Commit

Permalink
fix: uneven quotes (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar committed Apr 15, 2024
1 parent e6ceb1f commit fcfe151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Response Serialization
def endpoint():
data = "success"
status_code = 200
headers = {"Content-Type": "text/plain}
headers = {"Content-Type": "text/plain"}
return data, status_code, headers
Data
Expand Down

0 comments on commit fcfe151

Please sign in to comment.