aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java b/monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java
index 5d12955..5f137cd 100644
--- a/monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java
+++ b/monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java
@@ -178,7 +178,7 @@ public class MonkeyRunner extends PyObject implements ClassDictInit {
args = { "path" },
argDocs = {
"The path to the file to load. This file path is in terms of the computer running " +
- "MonkeyRunner and not a path on the Android Device. ", },
+ "MonkeyRunner and not a path on the Android Device. " },
returns = "A new MonkeyImage representing the specified file")
public static MonkeyImage loadImageFromFile(PyObject[] args, String kws[]) {
ArgParser ap = JythonUtils.createArgParser(args, kws);