diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-12 13:08:12 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-12 13:08:12 +0000 |
commit | bc29a19731c518dbd70f3adefc66061fb4629cee (patch) | |
tree | 0972f4fed7174d727cee976d84e8f85f582f7284 /synapse/__init__.py | |
parent | Merge pull request #6340 from matrix-org/babolivier/pagination_query (diff) | |
download | synapse-bc29a19731c518dbd70f3adefc66061fb4629cee.tar.xz |
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 |