Skip to content

Commit 9c7806e

Browse files
committed
Doc: Remove backticks in test-shell.md code block
1 parent d3ed06e commit 9c7806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ importing the `TestShell` class from the `test_shell` sub-package.
3131
```
3232
>>> import sys
3333
>>> sys.path.insert(0, "/path/to/bitcoin/test/functional")
34-
>>> from test_framework.test_shell import `TestShell`
34+
>>> from test_framework.test_shell import TestShell
3535
```
3636

3737
The following `TestShell` methods manage the lifetime of the underlying bitcoind

0 commit comments

Comments
 (0)