Trivial doc string mod.

llvm-svn: 112293
This commit is contained in:
Johnny Chen 2010-08-27 21:15:57 +00:00
parent 9704c75b1f
commit ccd570da6b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class TestArrayTypes(TestBase):
startstr = '(long [6])')
def test_array_types_python(self):
"""Use Python APIs to test variables with array types."""
"""Use Python APIs to inspect variables with array types."""
exe = os.path.join(os.getcwd(), "a.out")
target = self.dbg.CreateTarget(exe)