From 9c7806e4bf113bee6c32cff7b46493fd1a5aa0ba Mon Sep 17 00:00:00 2001 From: James Chiang Date: Tue, 5 Nov 2019 08:49:05 +0100 Subject: [PATCH] Doc: Remove backticks in test-shell.md code block --- test/functional/test-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/test-shell.md b/test/functional/test-shell.md index aefcdc5ec..364fa871b 100644 --- a/test/functional/test-shell.md +++ b/test/functional/test-shell.md @@ -31,7 +31,7 @@ importing the `TestShell` class from the `test_shell` sub-package. ``` >>> import sys >>> sys.path.insert(0, "/path/to/bitcoin/test/functional") ->>> from test_framework.test_shell import `TestShell` +>>> from test_framework.test_shell import TestShell ``` The following `TestShell` methods manage the lifetime of the underlying bitcoind