summaryrefslogtreecommitdiffstats
path: root/python-packages
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@google.com>2015-10-12 15:54:58 -0700
committerDavid Pursell <dpursell@google.com>2015-10-12 15:55:38 -0700
commit45d61d070fc67449407c08d9836b185b966657ef (patch)
tree464248fabc563179112ba8c20470ea4cd6272d99 /python-packages
parentd427f1e5f538537b78361c1fc905e8694f1f85a1 (diff)
downloadandroid_development-45d61d070fc67449407c08d9836b185b966657ef.tar.gz
android_development-45d61d070fc67449407c08d9836b185b966657ef.tar.bz2
android_development-45d61d070fc67449407c08d9836b185b966657ef.zip
adb: fix docstring for shell functions.
Change-Id: Iaae8605b18583c38e517f865083012204d236832
Diffstat (limited to 'python-packages')
-rw-r--r--python-packages/adb/device.py4
1 files changed, 2 insertions, 2 deletions
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