Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Sep 19, 2023
1 parent a616b21 commit 5848b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcbootflash/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def from_serial(cls: Type[_P], interface: Serial) -> _P:
warn(
(
"Packet.from_serial is deprecated and will be removed in a future "
"version. Use get_pocket instead."
"version. Use get_response instead."
),
DeprecationWarning,
)
Expand Down

0 comments on commit 5848b67

Please sign in to comment.