From 5848b67adfc7ecd4c2fd8ff4a031eeb1de458a46 Mon Sep 17 00:00:00 2001 From: Alexander Bessman Date: Tue, 19 Sep 2023 16:05:33 +0200 Subject: [PATCH] Fix typo --- src/mcbootflash/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcbootflash/protocol.py b/src/mcbootflash/protocol.py index 4d9ec97..6ad1382 100644 --- a/src/mcbootflash/protocol.py +++ b/src/mcbootflash/protocol.py @@ -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, )