From 2f2503955023732d6432cd9c9a7fe03fbdfc6d38 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 21 Jun 2016 01:11:54 +0900 Subject: [PATCH] Remove extraneous quote mark from lint message (#84) --- lint/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/lint.py b/lint/lint.py index 91342179f21db1..1c63057e28b618 100644 --- a/lint/lint.py +++ b/lint/lint.py @@ -27,7 +27,7 @@ For example, to make the lint tool ignore all '%s' errors in the %s file, -you could add the following line to the lint.whitelist file." +you could add the following line to the lint.whitelist file. %s:%s"""