| Index: PRESUBMIT_test_mocks.py
|
| diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py
|
| index c15d245110a3060de4732b4e09e8c1f3d3290d3a..f99671dafda83d34461878b19598d62c1d913822 100644
|
| --- a/PRESUBMIT_test_mocks.py
|
| +++ b/PRESUBMIT_test_mocks.py
|
| @@ -40,7 +40,7 @@ class MockInputApi(object):
|
|
|
|
|
| class MockOutputApi(object):
|
| - ""Mock class for the OutputApi class.
|
| + """Mock class for the OutputApi class.
|
|
|
| An instance of this class can be passed to presubmit unittests for outputing
|
| various types of results.
|
|
|