[Lldb-commits] [lldb] r144848 - /lldb/trunk/test/lldbtest.py

Johnny Chen johnny.chen at apple.com
Wed Nov 16 14:44:28 PST 2011


Author: johnny
Date: Wed Nov 16 16:44:28 2011
New Revision: 144848

URL: http://llvm.org/viewvc/llvm-project?rev=144848&view=rev
Log:
Docstring clarification.

Modified:
    lldb/trunk/test/lldbtest.py

Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=144848&r1=144847&r2=144848&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Wed Nov 16 16:44:28 2011
@@ -270,7 +270,7 @@
 # From 2.7's subprocess.check_output() convenience function.
 # Return a tuple (stdoutdata, stderrdata).
 def system(*popenargs, **kwargs):
-    r"""Run command with arguments and return its output as a byte string.
+    r"""Run an os command with arguments and return its output as a byte string.
 
     If the exit code was non-zero it raises a CalledProcessError.  The
     CalledProcessError object will have the return code in the returncode





More information about the lldb-commits mailing list