From a40f1e00edc006281b3031774343382524e292fb Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 24 Mar 2020 16:03:55 +0100 Subject: [PATCH] python: add period at end of sentence --- python/src/trezorlib/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/ui.py b/python/src/trezorlib/ui.py index 6aadd3fa11..5ce954814c 100644 --- a/python/src/trezorlib/ui.py +++ b/python/src/trezorlib/ui.py @@ -67,7 +67,7 @@ class ClickUI: def button_request(self, code): if not self.prompt_shown: - echo("Please confirm action on your Trezor device") + echo("Please confirm action on your Trezor device.") if not self.always_prompt: self.prompt_shown = True