Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Apr 5, 2020
1 parent e0d5e6c commit 53b18de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ send()
in the list/tuple that was passed. The return statuses will be in one of the
following forms:
* `False` if transmission fails. Transmission failure can only be detected if `auto_ack`
is `False`.
is `True`.
* `True` if transmission succeeds.
* `bytearray` or `None` when the `ack` attribute is `True`. Because the payload expects
a responding custom ACK payload, the response is returned (upon successful
Expand Down

0 comments on commit 53b18de

Please sign in to comment.