Commit 491a691
authored
fix(pcan): swap SetValue and GetErrorText docstrings (#2058)
* fix(pcan): swap SetValue and GetErrorText docstrings
The docstrings for SetValue and GetErrorText in pcan/basic.py were
swapped: SetValue described returning an error text and GetErrorText
described configuring a channel value. Swap them so each docstring
matches its function.
Fixes #2047
* ci: retrigger flaky test_send_periodic_duration
Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
---------
Signed-off-by: Sai Asish Y <say.apm35@gmail.com>1 parent 5d5cc16 commit 491a691
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
993 | | - | |
994 | | - | |
| 993 | + | |
995 | 994 | | |
996 | 995 | | |
997 | | - | |
998 | | - | |
| 996 | + | |
999 | 997 | | |
1000 | 998 | | |
1001 | 999 | | |
| |||
1036 | 1034 | | |
1037 | 1035 | | |
1038 | 1036 | | |
1039 | | - | |
| 1037 | + | |
| 1038 | + | |
1040 | 1039 | | |
1041 | 1040 | | |
1042 | 1041 | | |
| |||
0 commit comments