diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:29:02 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:29:02 +0000 |
commit | 8299874aa28b659f0995dc337d1410cb8286ffc1 (patch) | |
tree | cbdd2a799c3ca3f09f28b8db71243ce7349a5015 /synapse/__init__.py | |
parent | Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 (diff) | |
parent | Replace instance variations of homeserver with correct case/spacing (#6357) (diff) | |
download | synapse-8299874aa28b659f0995dc337d1410cb8286ffc1.tar.xz |
Replace instance variations of homeserver with correct case/spacing (#6357)
* commit '6e1b40dc2': sample config Add changelog A couple more instances Replace instance variations of homeserver with correct case/spacing
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py index ec16f54a49..1c27d68009 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -""" This is a reference implementation of a Matrix home server. +""" This is a reference implementation of a Matrix homeserver. """ import os |