diff --git a/androidtv/androidtv/androidtv_async.py b/androidtv/androidtv/androidtv_async.py index 9e73ee8b..5dcbf3ff 100644 --- a/androidtv/androidtv/androidtv_async.py +++ b/androidtv/androidtv/androidtv_async.py @@ -31,7 +31,7 @@ class AndroidTVAsync(BaseTVAsync, BaseAndroidTV): state_detection_rules : dict, None A dictionary of rules for determining the state (see :class:`~androidtv.basetv.basetv.BaseTV`) signer : PythonRSASigner, None - The signer for the ADB keys, as loaded by :meth:`androidtv.adb_manager.adb_manager_sync.ADBPythonAsync.load_adbkey` + The signer for the ADB keys, as loaded by :meth:`androidtv.adb_manager.adb_manager_async.ADBPythonAsync.load_adbkey` """