diff --git a/python/src/trezorlib/client.py b/python/src/trezorlib/client.py index 03596eae0f..d1679a5482 100644 --- a/python/src/trezorlib/client.py +++ b/python/src/trezorlib/client.py @@ -105,9 +105,9 @@ class TrezorClient: should_derive: bool = True, ) -> Session: """ - Returns initialized session (with derived seed). + Returns a new session. - Will fail if the device is not initialized + In case of seed derivation, the function will fail if the device is not initialized. """ from .transport.session import SessionV1, derive_seed