Skip to content

Commit 01fd11e

Browse files
authored
Update README.rst
correct code block
1 parent 4965fa6 commit 01fd11e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,20 @@ Development Instructions
128128
The current code base is compatible with both py2 and py3.
129129
Use make to perform a range of activities
130130

131-
```
132-
$ make
133-
Makefile for pymodbus
131+
::
134132

135-
Usage:
133+
$ make
134+
Makefile for pymodbus
136135

137-
make install install the package in a virtual environment
138-
make reset recreate the virtual environment
139-
make check check coding style (PEP-8, PEP-257)
140-
make test run the test suite, report coverage
141-
make tox run the tests on all Python versions
142-
make clean cleanup all temporary files
136+
Usage:
137+
138+
make install install the package in a virtual environment
139+
make reset recreate the virtual environment
140+
make check check coding style (PEP-8, PEP-257)
141+
make test run the test suite, report coverage
142+
make tox run the tests on all Python versions
143+
make clean cleanup all temporary files
143144

144-
```
145145

146146
------------------------------------------------------------
147147
License Information

0 commit comments

Comments
 (0)