diff --git a/python/src/trezorlib/ui.py b/python/src/trezorlib/ui.py index 6aadd3fa1..5ce954814 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