Skip to content

Commit 30d79f2

Browse files
author
Brendan Whitfield
committed
lists are only used on certain DTC commands
1 parent ba3c3d4 commit 30d79f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import obd
7171

7272
# Diagnostic Trouble Codes (DTCs)
7373

74-
Each DTC is represented by a tuple containing the DTC code, and a description (if python-OBD has one). When multiple DTCs are returned, they are stored in a list.
74+
Each DTC is represented by a tuple containing the DTC code, and a description (if python-OBD has one). For commands that return multiple DTCs, a list is used.
7575

7676
```python
7777
# obd.commands.GET_DTC

0 commit comments

Comments
 (0)