From 27f545f3f688c12321cd79021056145f4aaf03c8 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Tue, 15 Nov 2016 16:58:57 +0000 Subject: [PATCH] target: Note return value in Target::invoke docstring --- devlib/target.py | 1 + 1 file changed, 1 insertion(+) diff --git a/devlib/target.py b/devlib/target.py index 3139c9c..be77180 100644 --- a/devlib/target.py +++ b/devlib/target.py @@ -288,6 +288,7 @@ class Target(object): a ``TimeoutError`` exception will be raised. Set to ``None`` if the invocation should not timeout. + :returns: output of command. """ command = binary if args: