diff --git a/python-packages/adb/device.py b/python-packages/adb/device.py index 392fafea8..259a8c5ae 100644 --- a/python-packages/adb/device.py +++ b/python-packages/adb/device.py @@ -270,7 +270,7 @@ class AndroidDevice(object): """Calls `adb shell` Args: - cmd: string shell command to execute. + cmd: command to execute as a list of strings. Returns: A (stdout, stderr) tuple. Stderr may be combined into stdout @@ -288,7 +288,7 @@ class AndroidDevice(object): """Calls `adb shell` Args: - cmd: string shell command to execute. + cmd: command to execute as a list of strings. Returns: An (exit_code, stdout, stderr) tuple. Stderr may be combined