summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-07-19 10:28:27 +0100
committerMark Haines <mark.haines@matrix.org>2016-07-19 10:28:27 +0100
commitc41d52a04221d478220ede7ab389299918f113ca (patch)
treeed89108ff64ec940f659582e18d7b24918c08ed1 /synapse
parentUpdate docstring on Handlers. (diff)
downloadsynapse-c41d52a04221d478220ede7ab389299918f113ca.tar.xz
Summary line
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/handlers/__init__.py b/synapse/handlers/__init__.py
index c512077cb5..1a50a2ec98 100644
--- a/synapse/handlers/__init__.py
+++ b/synapse/handlers/__init__.py
@@ -31,8 +31,7 @@ from .search import SearchHandler
 
 class Handlers(object):
 
-    """
-    Deprecated.
+    """ Deprecated. A collection of handlers.
 
     At some point most of the classes whose name ended "Handler" were
     accessed through this class.