Skip to content

Commit

Permalink
docs: update "len" to "length"
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Oct 26, 2023
1 parent b42d52e commit d140d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ The snippets of code included in this section are taken from the `notification h

```python
# Parse first 3 bytes
len = data[0]
length = data[0]
command_id = data[1]
status = data[2]
```
Expand Down

0 comments on commit d140d65

Please sign in to comment.