From 889aba99dce295d70894dec31a22361a27e8364f Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 16 Nov 2015 10:49:28 +0100 Subject: [PATCH] Python: Block comment is three single quotes and not two #18 --- extensions/python/python.configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/python/python.configuration.json b/extensions/python/python.configuration.json index 70ebbc747f0..98b22302b1c 100644 --- a/extensions/python/python.configuration.json +++ b/extensions/python/python.configuration.json @@ -1,7 +1,7 @@ { "comments": { "lineComment": "#", - "blockComment": [ "''", "''" ] + "blockComment": [ "'''", "'''" ] }, "brackets": [ ["{", "}"],