adb: fix docstring for shell functions.

Change-Id: Iaae8605b18583c38e517f865083012204d236832
This commit is contained in:
David Pursell
2015-10-12 15:54:58 -07:00
parent d427f1e5f5
commit 45d61d070f

View File

@@ -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