diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-23 12:38:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 12:38:40 -0400 |
commit | 34a5696f9338f1a1ec52203e3871a797a02138a9 (patch) | |
tree | 2a36c0a8365cb0024c3c09aa1b5762b9fdbcbd22 /synapse/server_notices | |
parent | Fix handling of User-Agent headers with bad utf-8. (#8632) (diff) | |
download | synapse-34a5696f9338f1a1ec52203e3871a797a02138a9.tar.xz |
Fix typos and spelling errors. (#8639)
Diffstat (limited to 'synapse/server_notices')
-rw-r--r-- | synapse/server_notices/consent_server_notices.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/server_notices/consent_server_notices.py b/synapse/server_notices/consent_server_notices.py index 3673e7f47e..9137c4edb1 100644 --- a/synapse/server_notices/consent_server_notices.py +++ b/synapse/server_notices/consent_server_notices.py @@ -104,7 +104,7 @@ class ConsentServerNotices: def copy_with_str_subst(x: Any, substitutions: Any) -> Any: - """Deep-copy a structure, carrying out string substitions on any strings + """Deep-copy a structure, carrying out string substitutions on any strings Args: x (object): structure to be copied |