From d26c06dbf321d575949e1ce828bb517505d6af5d Mon Sep 17 00:00:00 2001 From: belikor Date: Wed, 25 Aug 2021 13:01:44 -0500 Subject: [PATCH] jsonrpc_support_sum: remove the + signs from the docstring These symbols came from 0a0ac3b7c9 and were probably added accidentally to the beginning of the line by copying and pasting some diffs. --- lbry/extras/daemon/daemon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lbry/extras/daemon/daemon.py b/lbry/extras/daemon/daemon.py index b469767bc..b6a926079 100644 --- a/lbry/extras/daemon/daemon.py +++ b/lbry/extras/daemon/daemon.py @@ -2311,9 +2311,9 @@ class Daemon(metaclass=JSONRPCServerType): async def jsonrpc_support_sum(self, claim_id, new_sdk_server, include_channel_content=False, **kwargs): """ List total staked supports for a claim, grouped by the channel that signed the support. -+ -+ If claim_id is a channel claim, you can use --include_channel_content to also include supports for -+ content claims in the channel. + + If claim_id is a channel claim, you can use --include_channel_content to also include supports for + content claims in the channel. !!!! NOTE: PAGINATION DOES NOT DO ANYTHING AT THE MOMENT !!!!!