Fix comment from review.

pull/8765/head
Patrick Cloke 2020-11-17 07:35:14 -05:00
parent 49290da903
commit c013c83136
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ class SsoHandler(BaseHandler):
def render_error(
self, request, error: str, error_description: Optional[str] = None
) -> None:
"""Renders the error template and respond with it.
"""Renders the error template and responds with it.
This is used to show errors to the user. The template of this page can
be found under ``synapse/res/templates/sso_error.html``.
be found under `synapse/res/templates/sso_error.html`.
Args:
request: The incoming request from the browser.