From b602c6ef7d2ba4725b74552116e17eef98ce9ee0 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Tue, 15 Jun 2021 11:33:50 +0200 Subject: [PATCH] rebalance: fix docstring --- rebalance/rebalance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebalance/rebalance.py b/rebalance/rebalance.py index f91eac4..bded2fe 100755 --- a/rebalance/rebalance.py +++ b/rebalance/rebalance.py @@ -699,7 +699,7 @@ plugin.add_option( "5", "Maximum number of hops for `getroute` call. Set to 0 to disable. " "Note: Two hops are added for own nodes input and output channel. " - "Note: Routes with a total of 8 or hops have less than 3% success rate.", + "Note: Routes with a 8 or more hops have less than 3% success rate.", "string" )