Skip to content

Commit

Permalink
Fix typo in server.rst
Browse files Browse the repository at this point in the history
missing semicolon
  • Loading branch information
nemanja-tozic authored and auvipy committed May 25, 2022
1 parent b14ad85 commit 7db45bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oauth2/server.rst
Expand Up @@ -447,7 +447,7 @@ The example using Django but should be transferable to any framework.
response[k] = v
return response
def response_from_error(e)
def response_from_error(e):
return HttpResponseBadRequest('Evil client is unable to send a proper request. Error is: ' + e.description)
Expand Down

0 comments on commit 7db45bd

Please sign in to comment.