Skip to content

Commit 38b1b0d

Browse files
authored
Updating neoVI documentation and docstrings (#1173)
1 parent 4db969d commit 38b1b0d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

can/interfaces/ics_neovi/neovi_bus.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
ICS NeoVi interface module.
2+
Intrepid Control Systems (ICS) neoVI interface module.
33
44
python-ics is a Python wrapper around the API provided by Intrepid Control
5-
Systems for communicating with their NeoVI range of devices.
5+
Systems for communicating with their neoVI range of devices.
66
77
Implementation references:
88
* https://github.com/intrepidcs/python_ics
@@ -30,7 +30,7 @@
3030
import ics
3131
except ImportError as ie:
3232
logger.warning(
33-
"You won't be able to use the ICS NeoVi can backend without the "
33+
"You won't be able to use the ICS neoVI can backend without the "
3434
"python-ics module installed!: %s",
3535
ie,
3636
)
@@ -42,7 +42,7 @@
4242
except ImportError as ie:
4343

4444
logger.warning(
45-
"Using ICS NeoVi can backend without the "
45+
"Using ICS neoVI can backend without the "
4646
"filelock module installed may cause some issues!: %s",
4747
ie,
4848
)

doc/interfaces/neovi.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
NEOVI Interface
2-
==================
1+
neoVI
2+
=====
33

44
.. warning::
55

6-
This ``ICS NeoVI`` documentation is a work in progress. Feedback and revisions
6+
This ``ICS neoVI`` documentation is a work in progress. Feedback and revisions
77
are most welcome!
88

99

@@ -14,7 +14,7 @@ wrapper on Windows.
1414

1515
Installation
1616
------------
17-
This neovi interface requires the installation of the ICS neoVI DLL and python-ics
17+
This neoVI interface requires the installation of the ICS neoVI DLL and python-ics
1818
package.
1919

2020
- Download and install the Intrepid Product Drivers

0 commit comments

Comments
 (0)