@@ -814,7 +814,7 @@ def Read(self, Channel):
814
814
"""Reads a CAN message from the receive queue of a PCAN Channel
815
815
816
816
Remarks:
817
- The return value of this method is a 3-touple , where
817
+ The return value of this method is a 3-tuple , where
818
818
the first value is the result (TPCANStatus) of the method.
819
819
The order of the values are:
820
820
[0]: A TPCANStatus error code
@@ -843,7 +843,7 @@ def ReadFD(self, Channel):
843
843
"""Reads a CAN message from the receive queue of a FD capable PCAN Channel
844
844
845
845
Remarks:
846
- The return value of this method is a 3-touple , where
846
+ The return value of this method is a 3-tuple , where
847
847
the first value is the result (TPCANStatus) of the method.
848
848
The order of the values are:
849
849
[0]: A TPCANStatus error code
@@ -943,7 +943,7 @@ def GetValue(self, Channel, Parameter):
943
943
of Hardware (PCAN Channel) being used. If a parameter is not available,
944
944
a PCAN_ERROR_ILLPARAMTYPE error will be returned.
945
945
946
- The return value of this method is a 2-touple , where
946
+ The return value of this method is a 2-tuple , where
947
947
the first value is the result (TPCANStatus) of the method and
948
948
the second one, the asked value
949
949
@@ -1038,7 +1038,7 @@ def GetErrorText(self, Error, Language=0):
1038
1038
Neutral (0x00), German (0x07), English (0x09), Spanish (0x0A),
1039
1039
Italian (0x10) and French (0x0C)
1040
1040
1041
- The return value of this method is a 2-touple , where
1041
+ The return value of this method is a 2-tuple , where
1042
1042
the first value is the result (TPCANStatus) of the method and
1043
1043
the second one, the error text
1044
1044
@@ -1063,7 +1063,7 @@ def LookUpChannel(self, Parameters):
1063
1063
1064
1064
Remarks:
1065
1065
1066
- The return value of this method is a 2-touple , where
1066
+ The return value of this method is a 2-tuple , where
1067
1067
the first value is the result (TPCANStatus) of the method and
1068
1068
the second one a TPCANHandle value
1069
1069
0 commit comments