1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

trezorctl: fix doc for set_display_rotation

there is no default, so "Defaults to north" is incorrect
This commit is contained in:
matejcik 2019-04-05 13:38:59 +02:00 committed by matejcik
parent 47a40fb290
commit 50fe0d96bb

View File

@ -299,7 +299,7 @@ def set_display_rotation(connect, rotation):
"""Set display rotation. """Set display rotation.
Configure display rotation for Trezor Model T. The options are Configure display rotation for Trezor Model T. The options are
north, east, south or west. Defaults to north. north, east, south or west.
""" """
return device.apply_settings(connect(), display_rotation=rotation) return device.apply_settings(connect(), display_rotation=rotation)