summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-03 13:50:50 +0100
committerGitHub <noreply@github.com>2022-05-03 13:50:50 +0100
commit5938928c59bac95670c3e582025dd6d819992e4f (patch)
tree4555c458b91d2c7096ed735fe8b8cf83c8d736c6 /synapse
parentExclude OOB memberships from the federation sender (#12570) (diff)
downloadsynapse-5938928c59bac95670c3e582025dd6d819992e4f.tar.xz
minor wording fix in docstring
Diffstat (limited to 'synapse')
-rw-r--r--synapse/events/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/synapse/events/__init__.py b/synapse/events/__init__.py
index 3e4b4f0384..56c6ccc22c 100644
--- a/synapse/events/__init__.py
+++ b/synapse/events/__init__.py
@@ -14,8 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import abc
-import os
+import abcimport os
 from typing import (
     TYPE_CHECKING,
     Any,
@@ -216,7 +215,7 @@ class _EventInternalMetadata:
         """Whether this event is an out-of-band membership.
 
         OOB memberships are a special case of outlier events: they are membership events
-        for federated rooms that we aren't full members. Examples include invites
+        for federated rooms that we aren't full members of. Examples include invites
         received over federation, and rejections for such invites.
 
         The concept of an OOB membership is needed because these events need to be