1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index 0ad28c4948..484f719253 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -298,7 +298,8 @@ class AuthHandler(BaseHandler):
@defer.inlineCallbacks
def login_with_cas_user_id(self, user_id):
"""
- Authenticates the user with the given user ID, intended to have been captured from a CAS response
+ Authenticates the user with the given user ID,
+ intended to have been captured from a CAS response
Args:
user_id (str): User ID
|