From 42ac4ca47709a4a9fb8b71a60c4b92cc615b0908 Mon Sep 17 00:00:00 2001
From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com>
Date: Tue, 10 Mar 2020 21:26:55 +0100
Subject: [PATCH] Update synapse/config/registration.py

Co-Authored-By: Brendan Abolivier <github@brendanabolivier.com>
---
 synapse/config/registration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index d4897ec9b6..ee737eb40d 100644
--- a/synapse/config/registration.py
+++ b/synapse/config/registration.py
@@ -335,7 +335,7 @@ class RegistrationConfig(Config):
             #msisdn: http://localhost:8090  # Delegate SMS sending to this local process
 
         # If disabled, don't let users set their own display names/avatars
-        # other than for the very first time (unless they are a server admin).
+        # (unless they are a server admin) other than for the very first time.
         # Useful when provisioning users based on the contents of a 3rd party
         # directory and to avoid ambiguities.
         #
-- 
GitLab