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 4990572 commit b50616bCopy full SHA for b50616b
README.rst
@@ -36,7 +36,7 @@ Incomplete support for creating slave nodes also exists.
36
Installation
37
------------
38
39
-Install from PyPI_ using :program:`pip`::
+Install from PyPI_ using ``pip``::
40
41
$ pip install canopen
42
@@ -56,7 +56,7 @@ Unit tests can be run using the pytest_ framework::
56
$ pip install -r requirements-dev.txt
57
$ pytest -v
58
59
-You can also use :mod:`unittest` standard library module::
+You can also use ``unittest`` standard library module::
60
61
$ python3 -m unittest discover test -v
62
0 commit comments