We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ed06e commit 9c7806eCopy full SHA for 9c7806e
test/functional/test-shell.md
@@ -31,7 +31,7 @@ importing the `TestShell` class from the `test_shell` sub-package.
31
```
32
>>> import sys
33
>>> sys.path.insert(0, "/path/to/bitcoin/test/functional")
34
->>> from test_framework.test_shell import `TestShell`
+>>> from test_framework.test_shell import TestShell
35
36
37
The following `TestShell` methods manage the lifetime of the underlying bitcoind
0 commit comments