doc: Normalize RPC description whitespace

This commit is contained in:
MarcoFalke
2021-12-08 19:00:54 +01:00
parent f727d814bd
commit faa0833c43
3 changed files with 4 additions and 5 deletions

View File

@@ -17,9 +17,9 @@ class RPCGenerateTest(BitcoinTestFramework):
def run_test(self):
message = (
"generate\n"
"generate\n\n"
"has been replaced by the -generate "
"cli option. Refer to -help for more information."
"cli option. Refer to -help for more information.\n"
)
self.log.info("Test rpc generate raises with message to use cli option")