Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove dangling reference to being a reference implementation #15167

Merged
merged 2 commits into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15167.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove dangling reference to being a reference implementation in docstring.
5 changes: 3 additions & 2 deletions synapse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2014-2016 OpenMarket Ltd
# Copyright 2018-9 New Vector Ltd
# Copyright 2018-2019 New Vector Ltd
# Copyright 2023 The Matrix.org Foundation C.I.C.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,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 homeserver.
""" This is an implementation of a Matrix homeserver.
"""

import json
Expand Down