Skip to content

Commit 3943a86

Browse files
committed
fix 'Vector Hardware Config' naming
1 parent 2afb0bf commit 3943a86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

can/interfaces/vector/canlib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ def __init__(
107107
CAN: range `16…32768`
108108
CAN-FD: range `8192…524288`
109109
:param app_name:
110-
Name of application in Vector Hardware Configuration.
110+
Name of application in *Vector Hardware Config*.
111111
If set to `None`, the channel should be a global channel index.
112112
:param serial:
113113
Serial number of the hardware to be used.
114114
If set, the channel parameter refers to the channels ONLY on the specified hardware.
115-
If set, the app_name does not have to be previously defined in Vector Hardware
116-
Configuration.
115+
If set, the `app_name` does not have to be previously defined in
116+
*Vector Hardware Config*.
117117
:param fd:
118118
If CAN-FD frames should be supported.
119119
:param data_bitrate:

0 commit comments

Comments
 (0)