Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszlagan committed Dec 3, 2024
1 parent 4881ef6 commit 9b783bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def parse(self, data: bytearray):
# To allow iterative parsing input data buffer first element/s should
# only be discarded if the result is PACKET_VALID or PACKET_INVALID.
# IN_PROGRESS indicates that the byte was read and parsed but the
# message parsing could fail in te future.
# message parsing could fail in the future.
def parse_byte(self, byte: int) -> Tuple[Result, int]:
INVALID_DISCARD_BYTE = (self.Result.PACKET_INVALID, 1)
IN_PROGRESS = (self.Result.IN_PROGRESS, 1)
Expand Down

0 comments on commit 9b783bb

Please sign in to comment.