mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 02:07:39 +01:00
Doc: Remove backticks in test-shell.md code block
This commit is contained in:
parent
d3ed06e2cd
commit
9c7806e4bf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ importing the `TestShell` class from the `test_shell` sub-package.
|
||||||
```
|
```
|
||||||
>>> import sys
|
>>> import sys
|
||||||
>>> sys.path.insert(0, "/path/to/bitcoin/test/functional")
|
>>> 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
|
The following `TestShell` methods manage the lifetime of the underlying bitcoind
|
||||||
|
|
Loading…
Add table
Reference in a new issue