summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-11-18 17:10:16 +0000
committerGitHub <noreply@github.com>2019-11-18 17:10:16 +0000
commitc7376cdfe3efe05942964efcdf8886d66342383c (patch)
tree0f57a7bbd25433ae09e6896b17954a82bb4c8215 /synapse/handlers
parentNewsfile (diff)
downloadsynapse-c7376cdfe3efe05942964efcdf8886d66342383c.tar.xz
Apply suggestions from code review
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index 20c62bd780..0955cf9dba 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -135,8 +135,8 @@ class AuthHandler(BaseHandler):
             AuthError if the client has completed a login flow, and it gives
                 a different user to `requester`
 
-            LimitExceededError if the ratelimiter's failed requests count for this
-                user is too high too proceed
+            LimitExceededError if the ratelimiter's failed request count for this
+                user is too high to proceed
 
         """