summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/londiste/handlers/shard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/londiste/handlers/shard.py b/python/londiste/handlers/shard.py
index 950ac7c6..aea8a39d 100644
--- a/python/londiste/handlers/shard.py
+++ b/python/londiste/handlers/shard.py
@@ -105,7 +105,7 @@ class ShardHandler (TableHandler):
raise Exception('Error loading shard info')
class PartHandler (ShardHandler):
- """ Deprecated compat name for shard handler. """
+ __doc__ = '\n'.join(["Deprecated compat name for shard handler."] + __doc__.splitlines()[1:])
handler_name = 'part'
# register handler class