Remove dangling reference to being a reference implementation (#15167)

* Remove dangling reference to being a reference implementation

* Create 15167.misc
This commit is contained in:
Travis Ralston 2023-02-27 13:08:18 -07:00 committed by GitHub
parent b40657314e
commit 189a878a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

1
changelog.d/15167.misc Normal file
View File

@ -0,0 +1 @@
Remove dangling reference to being a reference implementation in docstring.

View File

@ -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.
@ -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