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

Commit

Permalink
Update a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Apr 19, 2021
1 parent d837408 commit 17e6ff5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion synapse/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,11 @@ def setup(self) -> None:
self.setup_background_tasks()

def start_listening(self) -> None:
"""Start the HTTP, manhole, metrics, etc listeners"""
"""Start the HTTP, manhole, metrics, etc listeners
Does nothing in this base class; overridden in derived classes to start the
appropriate listeners.
"""
pass

def setup_background_tasks(self) -> None:
Expand Down

0 comments on commit 17e6ff5

Please sign in to comment.