From b2464433d50cd7be420daff887b282d3fb066fd8 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 4 Oct 2013 11:09:46 -0300 Subject: [PATCH] disable, not disabled --- snippets/python/lint-magic.snippet | 2 +- snippets/python/lint-todo.snippet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/python/lint-magic.snippet b/snippets/python/lint-magic.snippet index 52fb56d..166b3e0 100644 --- a/snippets/python/lint-magic.snippet +++ b/snippets/python/lint-magic.snippet @@ -1 +1 @@ -# pylint:disabled=W0142 +# pylint:disable=W0142 diff --git a/snippets/python/lint-todo.snippet b/snippets/python/lint-todo.snippet index 7bfa828..15d96ff 100644 --- a/snippets/python/lint-todo.snippet +++ b/snippets/python/lint-todo.snippet @@ -1 +1 @@ -# pylint:disabled=W0511 +# pylint:disable=W0511