| Index: build/android/pylib/host_driven/tests_annotations.py
|
| diff --git a/build/android/pylib/host_driven/tests_annotations.py b/build/android/pylib/host_driven/tests_annotations.py
|
| index 8744256ac0c72dde63590e0635caa694b219a936..e806219bcbccab8fc4adda6c5872b3b6e30cb8fe 100644
|
| --- a/build/android/pylib/host_driven/tests_annotations.py
|
| +++ b/build/android/pylib/host_driven/tests_annotations.py
|
| @@ -13,7 +13,7 @@ class AnnotatedFunctions(object):
|
|
|
| @staticmethod
|
| def _AddFunction(annotation, function):
|
| - """Adds an annotated to function to our container.
|
| + """Adds an annotated function to our container.
|
|
|
| Args:
|
| annotation: the annotation string.
|
|
|