aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test-shell.md
diff options
context:
space:
mode:
authorJames Chiang <james.chiangwu@gmail.com>2019-11-05 08:49:05 +0100
committerJames Chiang <james.chiangwu@gmail.com>2019-11-05 12:55:52 +0100
commit9c7806e4bf113bee6c32cff7b46493fd1a5aa0ba (patch)
treecb9a5f52ea341653fc330bed1eb11b1c18756b51 /test/functional/test-shell.md
parentd3ed06e2cdb31dcecf5e647f7e1e52185cc76733 (diff)
downloadbitcoin-9c7806e4bf113bee6c32cff7b46493fd1a5aa0ba.tar.xz
Doc: Remove backticks in test-shell.md code block
Diffstat (limited to 'test/functional/test-shell.md')
-rw-r--r--test/functional/test-shell.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test-shell.md b/test/functional/test-shell.md
index aefcdc5ec8..364fa871bb 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