Skip to content

Commit e0304c3

Browse files
ion-mironovalistair23
authored andcommitted
Several spelling and grammatical fixes.
1 parent d7c781a commit e0304c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Command Lookup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Command Lookup
22

3-
`OBDCommand`s are objects used to query information from the vehicle. They contain all of the information neccessary to perform the query, and decode the cars response. Python-OBD has [built in tables](Command Tables.md) for the most common commands. They can be looked up by name, or by mode & PID.
3+
`OBDCommand`s are objects used to query information from the vehicle. They contain all of the information necessary to perform the query and decode the car's response. Python-OBD has [built in tables](Command Tables.md) for the most common commands. They can be looked up by name or by mode & PID.
44

55
```python
66
import obd

0 commit comments

Comments
 (0)